Adding undotree, neocomplcache and textobj-word-column plugins to vim. Oh and PIV..

master
Dustin Swan 12 years ago
parent 7e2af8d8f5
commit 57f9acb082

@ -1 +1 @@
Subproject commit dd8356aea7499fed92f7c37227b1625a2b3dc190
Subproject commit 3bf598d169993d703c21115876c36e460a51b100

12
vimrc

@ -11,6 +11,7 @@ Bundle 'groenewege/vim-less'
Bundle 'digitaltoad/vim-jade'
Bundle 'pangloss/vim-javascript'
Bundle 'kchmck/vim-coffee-script'
Bundle 'spf13/PIV'
Bundle 'jQuery'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-repeat'
@ -34,12 +35,15 @@ Bundle 'gregsexton/MatchTag'
" Bundle 'closetag.vim'
Bundle 'kana/vim-smartinput'
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
Bundle 'mbbill/undotree'
Bundle 'Shougo/neocomplcache'
Bundle 'coderifous/textobj-word-column.vim'
" Snipmate
Bundle 'MarcWeber/vim-addon-mw-utils'
Bundle 'tomtom/tlib_vim'
Bundle 'snipmate-snippets'
Bundle 'garbas/vim-snipmate'
" Bundle 'MarcWeber/vim-addon-mw-utils'
" Bundle 'tomtom/tlib_vim'
" Bundle 'snipmate-snippets'
" Bundle 'garbas/vim-snipmate'
filetype plugin indent on " last Vundle requirement

Loading…
Cancel
Save