aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2023-09-15 10:48:40 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2023-09-15 10:48:40 +0200
commitd24da65777b3cc3ca315edee5ab7610669966e6b (patch)
treeb99bc8fa32bedf31622cba4149070145f3badc6e /vim
parentf77a21270bba8153db77d7e12d1959b30a5247af (diff)
downloaddotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.tar.gz
dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.tar.bz2
dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.zip
Updates
Diffstat (limited to 'vim')
-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