Adding .vim to some vundle packages.

master
Dustin Swan 12 years ago
parent 91811e7d71
commit 67c34f9507

@ -18,7 +18,7 @@ Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-endwise'
" Bundle 'mileszs/ack' " Bundle 'mileszs/ack'
Bundle 'Lokaltog/vim-powerline' Bundle 'Lokaltog/vim-powerline.git'
Bundle 'Lokaltog/vim-easymotion' Bundle 'Lokaltog/vim-easymotion'
Bundle 'bkad/CamelCaseMotion' Bundle 'bkad/CamelCaseMotion'
Bundle 'majutsushi/tagbar' Bundle 'majutsushi/tagbar'
@ -29,19 +29,19 @@ Bundle 'altercation/vim-colors-solarized'
" Bundle 'ervandew/supertab' " Bundle 'ervandew/supertab'
" Bundle 'sjl/gundo' " Bundle 'sjl/gundo'
" Bundle 'sjl/clam' " Bundle 'sjl/clam'
Bundle 'kien/ctrlp' 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 'Shougo/neocomplcache' " Bundle 'Shougo/neocomplcache'
Bundle 'coderifous/textobj-word-column' Bundle 'coderifous/textobj-word-column.vim'
" Bundle 'myusuf3/numbers' " Bundle 'myusuf3/numbers'
" Bundle 'benmills/vimux' " Bundle 'benmills/vimux'
" Bundle 'kikijump/tslime' " Bundle 'kikijump/tslime'
Bundle 'lukaszkorecki/workflowish' Bundle 'lukaszkorecki/workflowish'
Bundle 'searchfold' Bundle 'searchfold.vim'
Bundle 'godlygeek/tabular' Bundle 'godlygeek/tabular'
Bundle 'kshenoy/vim-signature' Bundle 'kshenoy/vim-signature'
Bundle 'SirVer/ultisnips' Bundle 'SirVer/ultisnips'

Loading…
Cancel
Save