added plugins

This commit is contained in:
Chris Cowley 2025-03-13 21:11:22 +01:00
parent faee1ff72c
commit d433c09dd1

8
vimrc
View file

@ -20,6 +20,10 @@ Plugin 'airblade/vim-gitgutter'
Plugin 'kien/ctrlp.vim' Plugin 'kien/ctrlp.vim'
Plugin 'tpope/vim-surround' Plugin 'tpope/vim-surround'
Plugin 'scrooloose/nerdcommenter' Plugin 'scrooloose/nerdcommenter'
Plugin 'junegunn/fzf'
Plugin 'scrooloose/syntastic'
Plugin 'hashivim/vim-terraform'
Plugin 'valloric/youcompleteme'
" plugin from http://vim-scripts.org/vim/scripts.html " plugin from http://vim-scripts.org/vim/scripts.html
" Plugin 'L9' " Plugin 'L9'
@ -49,3 +53,7 @@ filetype plugin indent on " required
" see :h vundle for more details or wiki for FAQ " see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line " Put your non-Plugin stuff after this line
let g:airline_theme='molokai' let g:airline_theme='molokai'
" vim-terraform
let g:terraform_align=1
let g:terraform_fmt_on_save=1