diff options
| author | 2023-09-15 10:48:40 +0200 | |
|---|---|---|
| committer | 2023-09-15 10:48:40 +0200 | |
| commit | d24da65777b3cc3ca315edee5ab7610669966e6b (patch) | |
| tree | b99bc8fa32bedf31622cba4149070145f3badc6e /vim/.vim | |
| parent | f77a21270bba8153db77d7e12d1959b30a5247af (diff) | |
| download | dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.tar.gz dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.tar.bz2 dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.zip | |
Updates
Diffstat (limited to 'vim/.vim')
| -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 | ||
