Update plugins.
This commit is contained in:
parent
1de0c88f96
commit
1c9e224975
|
|
@ -218,8 +218,8 @@ Plugin 'fisadev/vim-isort' " Automatically sort python imports
|
||||||
" Python mode (indentation, doc, refactor, lints, code checking, motion and
|
" Python mode (indentation, doc, refactor, lints, code checking, motion and
|
||||||
" operators, highlighting, run and ipdb breakpoints)
|
" operators, highlighting, run and ipdb breakpoints)
|
||||||
Plugin 'python-mode/python-mode'
|
Plugin 'python-mode/python-mode'
|
||||||
Plugin 'scrooloose/syntastic'
|
Plugin 'vim-syntastic/syntastic'
|
||||||
Plugin 'scrooloose/nerdcommenter'
|
Plugin 'preservim/nerdcommenter'
|
||||||
Plugin 'sbdchd/neoformat'
|
Plugin 'sbdchd/neoformat'
|
||||||
|
|
||||||
Plugin 'luochen1990/rainbow'
|
Plugin 'luochen1990/rainbow'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue