Skip to content

Commit

Permalink
Vim plugins, more of them
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlm committed Mar 31, 2012
1 parent 6dc2214 commit c991d0e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions dotfiles/vim/bundles.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ command! BundleUpdate BundleInstall!
" let Vundle manage Vundle
Bundle 'gmarik/vundle'

" Libraries
" snipmate:
Bundle 'MarcWeber/vim-addon-mw-utils'
Bundle 'tomtom/tlib_vim'
" textobj-rubyblock:
Bundle 'kana/vim-textobj-user'

" UI improvements
Bundle 'wincent/Command-T'
Bundle 'Lokaltog/vim-powerline'
Expand All @@ -19,16 +26,19 @@ Bundle 'henrik/vim-indexed-search'

" Bundle 'altercation/vim-colors-solarized'
Bundle 'cdlm/vim-colors-solarized'
Bundle 'chriskempson/vim-tomorrow-theme'

" Language modes
Bundle 'vim-pandoc/vim-pandoc'
Bundle 'hallison/vim-markdown'
Bundle 'vim-pandoc/vim-markdownfootnotes'
Bundle 'skammer/vim-css-color'
Bundle 'othree/html5.vim'
Bundle 'tpope/vim-haml'
Bundle 'tpope/vim-rake'
Bundle 'vim-ruby/vim-ruby'
Bundle 'sunaku/vim-ruby-minitest'
Bundle 'nelstrom/vim-textobj-rubyblock'
Bundle 'postmodern/vim-yard'

" Editing
Expand All @@ -38,13 +48,11 @@ Bundle 'sickill/vim-pasta'
Bundle 'godlygeek/tabular'
Bundle 'Raimondi/delimitMate'
Bundle 'tpope/vim-commentary'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-unimpaired'
Bundle 'tpope/vim-ragtag'
" snipmate & deps
Bundle 'MarcWeber/vim-addon-mw-utils'
Bundle 'tomtom/tlib_vim'
Bundle 'garbas/vim-snipmate'
Bundle 'honza/snipmate-snippets'
Bundle 'rbonvall/snipmate-snippets-bib'
Expand Down

0 comments on commit c991d0e

Please sign in to comment.