From f4ee704353f6c0a154097f408934e3bf7087fdcb Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Thu, 22 Nov 2012 14:12:37 +0100 Subject: [PATCH] vim: added VisIncr plugin --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index 0d3fe76..9b911e6 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -25,6 +25,7 @@ Bundle 'Gundo' Bundle 'The-NERD-tree' Bundle 'The-NERD-Commenter' Bundle 'closetag.vim' +Bundle 'VisIncr' " } filetype plugin indent on