diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2020-10-13 15:45:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 15:45:24 +0200 |
commit | dfa0273be5e4f20a284514703d8d6eadae593e25 (patch) | |
tree | 365a4cd8773af2cbeff484affe5775a91df74832 /Common | |
parent | 2916ae8bc25797c4516e832851f5f9f28f1aa10c (diff) | |
download | dotfiles-dfa0273be5e4f20a284514703d8d6eadae593e25.tar.gz dotfiles-dfa0273be5e4f20a284514703d8d6eadae593e25.zip |
Update vimrc
Diffstat (limited to 'Common')
-rw-r--r-- | Common/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/vimrc b/Common/vimrc index d2cab00..274370a 100644 --- a/Common/vimrc +++ b/Common/vimrc @@ -403,6 +403,7 @@ Plug 'ctrlpvim/ctrlp.vim' Plug 'bling/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'tpope/vim-fugitive' +Plug 'ARM9/arm-syntax-vim' call plug#end() " Setup AirLine |