From 55d94e0e324c66e1865e56294c6ecde5910a60f0 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Tue, 9 Apr 2019 15:51:44 +0200 Subject: [PATCH] vim: replace nerdcommenter with vim-commentary --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 5a6b1e2..059c05f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -52,7 +52,7 @@ if filereadable(expand(bundledir."vundle/README.md")) Plugin 'scrooloose/syntastic' Plugin 'sjl/gundo.vim' - Plugin 'scrooloose/nerdcommenter' + Plugin 'tpope/vim-commentary' Plugin 'VisIncr'