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'