From 928723d392bbbc6e046e6bbe9ae7ff4701a8c61e Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 28 Jan 2015 22:22:35 +0100 Subject: [PATCH] add Gundo --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index d403527..20f012b 100644 --- a/vimrc +++ b/vimrc @@ -27,6 +27,8 @@ NeoBundle 'surround.vim' NeoBundle 'SirVer/ultisnips' NeoBundle 'honza/vim-snippets' +NeoBundle 'sjl/gundo.vim' + NeoBundle 'editorconfig/editorconfig-vim' NeoBundle 'sheerun/vim-polyglot'