diff options
-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 |