From 09a21b55b7933817fc3f88fb19c4c8d6301efc95 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 17 Nov 2016 15:15:06 +0100 Subject: [PATCH] vim: use github code for gundo and nerdcommenter --- vim/vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index c8b7a29..ab79906 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -32,8 +32,9 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md")) Plugin 'tpope/vim-fugitive' Plugin 'scrooloose/syntastic' - Plugin 'Gundo' - Plugin 'The-NERD-Commenter' + Plugin 'sjl/gundo.vim' + Plugin 'scrooloose/nerdcommenter' + Plugin 'VisIncr' endif " } @@ -151,6 +152,7 @@ nnoremap d "_d " PLUGINS " { +let g:gundo_prefer_python3 = 1 " gitgutter let g:gitgutter_realtime = 0 let g:gitgutter_eager = 0