From 7db7c9984455ec5355bde7699575b37a1502549c Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 6 Aug 2013 19:28:24 -0500 Subject: [PATCH] Adding Matchmaker vim plugin --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 7bc2b63..f127591 100644 --- a/vimrc +++ b/vimrc @@ -51,6 +51,8 @@ Bundle 'bitc/vim-hdevtools' " Bundle 'Shougo/neocomplcache' Bundle 'airblade/vim-gitgutter' Bundle 'yonchu/accelerated-smooth-scroll' +Bundle 'qstrahl/vim-matchmaker' + let $GIT_SSL_NO_VERIFY = 'true'