two new plugins: vimstart and syntastic
This commit is contained in:
parent
692a4ae608
commit
c6575a3cef
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -15,6 +15,8 @@ Plugin 'vim-airline/vim-airline-themes'
|
||||||
Plugin 'Yggdroot/indentLine'
|
Plugin 'Yggdroot/indentLine'
|
||||||
Plugin 'ajh17/VimCompletesMe'
|
Plugin 'ajh17/VimCompletesMe'
|
||||||
Plugin 'ctrlpvim/ctrlp.vim'
|
Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
|
Plugin 'mhinz/vim-startify'
|
||||||
|
Plugin 'vim-syntastic/syntastic'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue