[vim] Add plugin for python & syntaxwqa

This commit is contained in:
Mathieu Maret 2014-12-22 16:27:59 +01:00 committed by Mathieu Maret
parent 7851141a40
commit 3ac1b53b36
1 changed files with 9 additions and 0 deletions

9
.vimrc
View File

@ -451,7 +451,16 @@ Plugin 'garbas/vim-snipmate'
" Python completion
Plugin 'klen/python-mode'
"" Python Bundle
"Plugin 'davidhalter/jedi-vim'
"Plugin 'scrooloose/syntastic'
"Plugin 'majutsushi/tagbar'
"Plugin 'Yggdroot/indentLine'
"Syntax checking
Plugin 'scrooloose/syntastic.git'
"Completion (need more configuration for python, c# ...)
"Plugin 'Valloric/YouCompleteMe'
" VimWiki
Plugin 'vimwiki/vimwiki'
let g:vimwiki_list=[{'path':'~/.vim/vimwiki'}]