From d24da65777b3cc3ca315edee5ab7610669966e6b Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 15 Sep 2023 10:48:40 +0200 Subject: Updates --- vim/.vim/vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vim') 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') Plug 'chase/vim-ansible-yaml' endif +if executable('terraform') + Plug 'hashivim/vim-terraform' +endif + +if executable('python') || executable('python3') + Plug 'davidhalter/jedi-vim' +endif + if has('python') || has('python3') let g:ycm_install_command = './install.py --clang-completer' -- cgit v1.2.3