Skip to content

Instantly share code, notes, and snippets.

@willopez
Last active September 8, 2015 23:19
Show Gist options
  • Save willopez/d6e4f16067305d0fab96 to your computer and use it in GitHub Desktop.
Save willopez/d6e4f16067305d0fab96 to your computer and use it in GitHub Desktop.
.vimrc.bundles.local
" Additional bundles
Bundle 'rking/ag.vim'
Bundle 'mxw/vim-jsx'
Bundle 'junegunn/vim-easy-align'
Bundle 'marijnh/tern_for_vim'
Bundle 'goatslacker/mango.vim'
Bundle 'Yggdroot/indentLine'
Bundle 'evanmiller/nginx-vim-syntax'
" Disable unneeded bundles
UnBundle 'tpope/vim-rails'
UnBundle 'wting/rust.vim'
UnBundle 'cespare/vim-toml'
UnBundle 'saltstack/salt-vim'
UnBundle 'rodjek/vim-puppet'
UnBundle 'klen/python-mode'
UnBundle 'yssource/python.vim'
UnBundle 'python_match.vim'
UnBundle 'pythoncomplete'
UnBundle 'tpope/vim-cucumber'
UnBundle 'quentindecock/vim-cucumber-align-pipes'
UnBundle 'bling/vim-bufferline'
UnBundle 'majutsushi/tagbar'
UnBundle 'spf13/PIV'
UnBundle 'mileszs/ack.vim'
UnBundle 'beyondwords/vim-twig'
UnBundle 'tpope/vim-haml'
UnBundle 'nathanaelkane/vim-indent-guides'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment