diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-05-31 11:26:15 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-05-31 11:26:15 +0200 |
commit | 647c46d8bc10c642e9137a6dcfb876bfada77514 (patch) | |
tree | 41607a5c6f3ebe8d2faa74f465caa8abf26f8332 | |
parent | fddd13490c926545b5acb1c1a802eb66668ca6b8 (diff) | |
download | dotfiles-647c46d8bc10c642e9137a6dcfb876bfada77514.tar.gz dotfiles-647c46d8bc10c642e9137a6dcfb876bfada77514.tar.xz |
vimrc: Add ansible-yaml, load global YCM config
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,7 @@ let maplocalleader = "\\" let g:sudo_no_gui = 1 let g:ycm_extra_conf_globlist = ['~/.ycm_extra_conf.py'] +let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py' let g:tex_flavor='latex' " }}} @@ -89,6 +90,7 @@ Plugin 'shawncplus/phpcomplete.vim' Plugin 'sjl/splice.vim' Plugin 'LaTeX-Box-Team/LaTeX-Box' +Plugin 'chase/vim-ansible-yaml' call vundle#end() syntax on |