diff options
Diffstat (limited to 'vim')
| -rwxr-xr-x | vim/.vim/vimrc | 4 |
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' | |||
| 13 | Plug 'unblevable/quick-scope' | 13 | Plug 'unblevable/quick-scope' |
| 14 | Plug 'vim-airline/vim-airline-themes' | 14 | Plug 'vim-airline/vim-airline-themes' |
| 15 | 15 | ||
| 16 | if executable('ansible') | ||
| 17 | Plug 'chase/vim-ansible-yaml' | ||
| 18 | endif | ||
| 19 | |||
| 16 | if has('python') || has('python3') | 20 | if 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 | ||
