Skip to content

Commit

Permalink
Vim plugin cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik committed Jan 28, 2012
1 parent 7b6f4db commit 9bcb5ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
1 change: 0 additions & 1 deletion vim/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
bundle/*/doc/tags
.netrwhist
17 changes: 12 additions & 5 deletions vim/config/plugins.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
" Install with Vundle:
" :BundleInstall

Bundle 'bkad/CamelCaseMotion'
Bundle 'ervandew/supertab'
Bundle 'henrik/ack.vim'
Bundle 'henrik/vim-indexed-search'
Bundle 'henrik/vim-markdown-preview'
Expand All @@ -10,27 +14,30 @@ Bundle 'scrooloose/nerdtree'
Bundle 'scrooloose/nerdcommenter'
Bundle 'scrooloose/syntastic'
Bundle 'taq/vim-rspec'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-git'
Bundle 'tpope/vim-haml'
Bundle 'tpope/vim-markdown'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-unimpaired'
Bundle 'vim-scripts/argtextobj.vim'
Bundle 'argtextobj.vim'
Bundle 'git://git.wincent.com/command-t.git'

" Quarantine - remove if not missed.
"Bundle 'ervandew/supertab'
"Bundle 'henrik/snipmate.vim'
"Bundle 'michaeljsmith/vim-indent-object'
"Bundle 'timcharper/textile.vim'
"Bundle 'tpope/vim-cucumber'
"Bundle 'tpope/vim-endwise'
"Bundle 'tpope/vim-ragtag'
"Bundle 'hallison/vim-ruby-sinatra'
"Bundle 'vim-scripts/ZoomWin'
"Bundle 'rson/conque'
"Bundle 'ZoomWin'


" :BI to re-source this file and then install bundles.
cabbrev BI :source ~/.vim/config/plugins.vim<CR> :BundleInstall<CR>


" Command-T
let g:CommandTMaxHeight=20
Expand Down

0 comments on commit 9bcb5ba

Please sign in to comment.