mirror of https://github.com/bjeanes/dotfiles.git
Remove other unused vim bundles
parent
9b8fe856d1
commit
c5bdfc7cf7
|
@ -6,10 +6,6 @@ call vundle#rc()
|
|||
" Let Vundle manage Vundle
|
||||
Bundle 'gmarik/vundle'
|
||||
|
||||
" Experimenting
|
||||
Bundle 'robgleeson/hammer.vim'
|
||||
let g:HammerQuiet = 1
|
||||
|
||||
" Languages/Syntaxes/Frameworks {{{
|
||||
" Ruby {{{
|
||||
Bundle 'vim-ruby/vim-ruby'
|
||||
|
@ -63,7 +59,6 @@ call vundle#rc()
|
|||
|
||||
" Utility {{{
|
||||
|
||||
Bundle 'spiiph/vim-space'
|
||||
Bundle 'tpope/vim-surround'
|
||||
|
||||
Bundle 'Raimondi/delimitMate'
|
||||
|
|
Loading…
Reference in New Issue