diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-01-15 17:11:59 +0100 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-01-15 17:11:59 +0100 |
commit | 5c196fb44cd3d569fe5aafc267c8fd5a2abffeb3 (patch) | |
tree | f19c4f19d6800fd335a3a0107abff1403ee751b7 /Common | |
parent | 7821641032d81b369de3dbfe4e9f6815ba75eacc (diff) | |
parent | dfa0273be5e4f20a284514703d8d6eadae593e25 (diff) | |
download | dotfiles-5c196fb44cd3d569fe5aafc267c8fd5a2abffeb3.tar.gz dotfiles-5c196fb44cd3d569fe5aafc267c8fd5a2abffeb3.zip |
Merge branch 'master' of https://github.com/JakobS1n/dotfiles
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 |