Update plugins.

This commit is contained in:
Cyteen May 2020-02-15 21:44:02 +00:00
parent 1de0c88f96
commit 1c9e224975
1 changed files with 2 additions and 2 deletions

View File

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