From 3d3c8295b89b613aaa3f9c1de84d584eeb8e2cfa Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sat, 28 Dec 2013 18:05:00 -0600 Subject: [PATCH] Adding vinegar vim plugin. thanks tpope --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 65dee94..1694976 100644 --- a/vimrc +++ b/vimrc @@ -57,6 +57,7 @@ Bundle 'qstrahl/vim-matchmaker' Bundle 'bling/vim-airline' Bundle 'matze/vim-move' Bundle 'bruno-/vim-vertical-move' +Bundle 'tpope/vim-vinegar' let $GIT_SSL_NO_VERIFY = 'true'