From 1c9e224975532441bf2a75a114f0ab68e24b388a Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Sat, 15 Feb 2020 21:44:02 +0000 Subject: [PATCH] Update plugins. --- 020_vim.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/020_vim.sh b/020_vim.sh index 4bbcf77..db45f7f 100755 --- a/020_vim.sh +++ b/020_vim.sh @@ -218,8 +218,8 @@ Plugin 'fisadev/vim-isort' " Automatically sort python imports " Python mode (indentation, doc, refactor, lints, code checking, motion and " operators, highlighting, run and ipdb breakpoints) Plugin 'python-mode/python-mode' -Plugin 'scrooloose/syntastic' -Plugin 'scrooloose/nerdcommenter' +Plugin 'vim-syntastic/syntastic' +Plugin 'preservim/nerdcommenter' Plugin 'sbdchd/neoformat' Plugin 'luochen1990/rainbow'