From 99a1fe6603f6e089817a8db6379542357f39ca8d Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 18 Dec 2012 09:57:37 -0600 Subject: [PATCH] Adding tpope's vim-rsi --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 4ab708b..c16830c 100644 --- a/vimrc +++ b/vimrc @@ -17,6 +17,7 @@ Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround' Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-endwise' +Bundle 'tpope/vim-rsi' " Bundle 'mileszs/ack' Bundle 'Lokaltog/vim-powerline.git' Bundle 'Lokaltog/vim-easymotion'