[vim]add deps needed by syntastic

This commit is contained in:
Mathieu Maret 2017-04-06 22:50:39 +02:00
parent 2c479eb08e
commit 8426e454bc
2 changed files with 5 additions and 2 deletions

5
.vimrc
View File

@ -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

View File

@ -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