diff --git a/.vimrc b/.vimrc index 0822eb7..7a8ddda 100644 --- a/.vimrc +++ b/.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 diff --git a/README.md b/README.md index 4a798c2..684adcb 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,13 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim * archlinux-themes-slim * aspell-fr * autopep8 +* cppcheck * cups * dialog * elinks * eog * firefox +* flak8 * flashplugin * gcc-multilib * gedit