Adding smooth-scroll vim plugin

master
Dustin Swan 11 years ago
parent bebaef9bd9
commit d5cf996010

@ -34,22 +34,23 @@ Bundle 'altercation/vim-colors-solarized'
Bundle 'kien/ctrlp.vim' Bundle 'kien/ctrlp.vim'
Bundle 'gregsexton/MatchTag' Bundle 'gregsexton/MatchTag'
" Bundle 'closetag' " Bundle 'closetag'
Bundle 'kana/vim-smartinput' " Bundle 'kana/vim-smartinput'
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
Bundle 'mbbill/undotree' Bundle 'mbbill/undotree'
Bundle 'coderifous/textobj-word-column.vim' Bundle 'coderifous/textobj-word-column.vim'
" Bundle 'myusuf3/numbers' " Bundle 'myusuf3/numbers'
Bundle 'benmills/vimux' " Bundle 'benmills/vimux'
Bundle 'lukaszkorecki/workflowish' Bundle 'lukaszkorecki/workflowish'
Bundle 'searchfold.vim' Bundle 'searchfold.vim'
Bundle 'godlygeek/tabular' Bundle 'godlygeek/tabular'
Bundle 'kshenoy/vim-signature' Bundle 'kshenoy/vim-signature'
"Bundle 'SirVer/ultisnips' "Bundle 'SirVer/ultisnips'
Bundle 'fmoralesc/vim-pad' "Bundle 'fmoralesc/vim-pad' " Takes forever to start
Bundle 'lukerandall/haskellmode-vim' Bundle 'lukerandall/haskellmode-vim'
Bundle 'bitc/vim-hdevtools' Bundle 'bitc/vim-hdevtools'
" Bundle 'Shougo/neocomplcache' " Bundle 'Shougo/neocomplcache'
Bundle 'airblade/vim-gitgutter' Bundle 'airblade/vim-gitgutter'
Bundle 'yonchu/accelerated-smooth-scroll'
let $GIT_SSL_NO_VERIFY = 'true' let $GIT_SSL_NO_VERIFY = 'true'

Loading…
Cancel
Save