[vim] Add plugin for python & syntaxwqa
This commit is contained in:
parent
7851141a40
commit
3ac1b53b36
9
.vimrc
9
.vimrc
@ -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'}]
|
||||
|
Loading…
Reference in New Issue
Block a user