From d5cf996010500cc1857661076d82f3afde1a5974 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 18 Jul 2013 20:01:09 -0500 Subject: [PATCH] Adding smooth-scroll vim plugin --- vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index a40a27f..7bc2b63 100644 --- a/vimrc +++ b/vimrc @@ -34,22 +34,23 @@ Bundle 'altercation/vim-colors-solarized' Bundle 'kien/ctrlp.vim' Bundle 'gregsexton/MatchTag' " Bundle 'closetag' -Bundle 'kana/vim-smartinput' +" Bundle 'kana/vim-smartinput' Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'mbbill/undotree' Bundle 'coderifous/textobj-word-column.vim' " Bundle 'myusuf3/numbers' -Bundle 'benmills/vimux' +" Bundle 'benmills/vimux' Bundle 'lukaszkorecki/workflowish' Bundle 'searchfold.vim' Bundle 'godlygeek/tabular' Bundle 'kshenoy/vim-signature' "Bundle 'SirVer/ultisnips' -Bundle 'fmoralesc/vim-pad' +"Bundle 'fmoralesc/vim-pad' " Takes forever to start Bundle 'lukerandall/haskellmode-vim' Bundle 'bitc/vim-hdevtools' " Bundle 'Shougo/neocomplcache' Bundle 'airblade/vim-gitgutter' +Bundle 'yonchu/accelerated-smooth-scroll' let $GIT_SSL_NO_VERIFY = 'true'