diff options
Diffstat (limited to 'vim/.vim/vimrc')
| -rwxr-xr-x | vim/.vim/vimrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 3e4076f..085e2e7 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc | |||
| @@ -17,6 +17,14 @@ if executable('ansible') | |||
| 17 | Plug 'chase/vim-ansible-yaml' | 17 | Plug 'chase/vim-ansible-yaml' |
| 18 | endif | 18 | endif |
| 19 | 19 | ||
| 20 | if executable('terraform') | ||
| 21 | Plug 'hashivim/vim-terraform' | ||
| 22 | endif | ||
| 23 | |||
| 24 | if executable('python') || executable('python3') | ||
| 25 | Plug 'davidhalter/jedi-vim' | ||
| 26 | endif | ||
| 27 | |||
| 20 | if has('python') || has('python3') | 28 | if has('python') || has('python3') |
| 21 | let g:ycm_install_command = './install.py --clang-completer' | 29 | let g:ycm_install_command = './install.py --clang-completer' |
| 22 | 30 | ||
