aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rwxr-xr-xvim/.vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index a353d2c..a93e9ad 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -13,6 +13,10 @@ Plug 'tpope/vim-fugitive'
13Plug 'unblevable/quick-scope' 13Plug 'unblevable/quick-scope'
14Plug 'vim-airline/vim-airline-themes' 14Plug 'vim-airline/vim-airline-themes'
15 15
16if executable('ansible')
17Plug 'chase/vim-ansible-yaml'
18endif
19
16if has('python') || has('python3') 20if has('python') || has('python3')
17 let g:ycm_install_command = './install.py --clang-completer' 21 let g:ycm_install_command = './install.py --clang-completer'
18 22