[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
|
" Tagbar look like a maintened taglist
|
||||||
Plugin 'majutsushi/tagbar'
|
Plugin 'majutsushi/tagbar'
|
||||||
|
|
||||||
"Syntax checking
|
"Syntax checking | Install flake8 or pylint for python
|
||||||
Plugin 'scrooloose/syntastic.git'
|
Plugin 'vim-syntastic/syntastic'
|
||||||
|
let g:syntastic_c_checkers = ['gcc', 'cppcheck']
|
||||||
"Completion (need more configuration for python, c# ...)
|
"Completion (need more configuration for python, c# ...)
|
||||||
"Plugin 'Valloric/YouCompleteMe'
|
"Plugin 'Valloric/YouCompleteMe'
|
||||||
" VimWiki
|
" VimWiki
|
||||||
|
@ -51,11 +51,13 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim
|
|||||||
* archlinux-themes-slim
|
* archlinux-themes-slim
|
||||||
* aspell-fr
|
* aspell-fr
|
||||||
* autopep8
|
* autopep8
|
||||||
|
* cppcheck
|
||||||
* cups
|
* cups
|
||||||
* dialog
|
* dialog
|
||||||
* elinks
|
* elinks
|
||||||
* eog
|
* eog
|
||||||
* firefox
|
* firefox
|
||||||
|
* flak8
|
||||||
* flashplugin
|
* flashplugin
|
||||||
* gcc-multilib
|
* gcc-multilib
|
||||||
* gedit
|
* gedit
|
||||||
|
Loading…
Reference in New Issue
Block a user