aboutsummaryrefslogtreecommitdiffstats
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc8
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'
18endif 18endif
19 19
20if executable('terraform')
21 Plug 'hashivim/vim-terraform'
22endif
23
24if executable('python') || executable('python3')
25 Plug 'davidhalter/jedi-vim'
26endif
27
20if has('python') || has('python3') 28if 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