two new plugins: vimstart and syntastic

This commit is contained in:
Stefen Auris 2018-01-24 23:32:16 -05:00
parent 692a4ae608
commit c6575a3cef

2
.vimrc
View file

@ -15,6 +15,8 @@ Plugin 'vim-airline/vim-airline-themes'
Plugin 'Yggdroot/indentLine'
Plugin 'ajh17/VimCompletesMe'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'mhinz/vim-startify'
Plugin 'vim-syntastic/syntastic'
" All of your Plugins must be added before the following line
call vundle#end() " required