added plugins
This commit is contained in:
parent
faee1ff72c
commit
d433c09dd1
1 changed files with 8 additions and 0 deletions
8
vimrc
8
vimrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue