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-endwise'
" Bundle 'mileszs/ack'
Bundle 'Lokaltog/vim-powerline'
Bundle 'Lokaltog/vim-powerline.git'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'bkad/CamelCaseMotion'
Bundle 'majutsushi/tagbar'
@ -29,19 +29,19 @@ Bundle 'altercation/vim-colors-solarized'
" Bundle 'ervandew/supertab'
" Bundle 'sjl/gundo'
" Bundle 'sjl/clam'
Bundle 'kien/ctrlp'
Bundle 'kien/ctrlp.vim'
Bundle 'gregsexton/MatchTag'
" Bundle 'closetag'
Bundle 'kana/vim-smartinput'
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
Bundle 'mbbill/undotree'
" Bundle 'Shougo/neocomplcache'
Bundle 'coderifous/textobj-word-column'
Bundle 'coderifous/textobj-word-column.vim'
" Bundle 'myusuf3/numbers'
" Bundle 'benmills/vimux'
" Bundle 'kikijump/tslime'
Bundle 'lukaszkorecki/workflowish'
Bundle 'searchfold'
Bundle 'searchfold.vim'
Bundle 'godlygeek/tabular'
Bundle 'kshenoy/vim-signature'
Bundle 'SirVer/ultisnips'

Loading…
Cancel
Save