[vim]add deps needed by syntastic
This commit is contained in:
parent
2c479eb08e
commit
8426e454bc
5
.vimrc
5
.vimrc
@ -538,8 +538,9 @@ Plugin 'gitlab@gitlab.mathux.org:Mathieu/taglist.git'
|
||||
" Tagbar look like a maintened taglist
|
||||
Plugin 'majutsushi/tagbar'
|
||||
|
||||
"Syntax checking
|
||||
Plugin 'scrooloose/syntastic.git'
|
||||
"Syntax checking | Install flake8 or pylint for python
|
||||
Plugin 'vim-syntastic/syntastic'
|
||||
let g:syntastic_c_checkers = ['gcc', 'cppcheck']
|
||||
"Completion (need more configuration for python, c# ...)
|
||||
"Plugin 'Valloric/YouCompleteMe'
|
||||
" VimWiki
|
||||
|
Loading…
Reference in New Issue
Block a user