Prefer Plugin to Bundle

This commit is contained in:
Andrew Tomaka 2015-12-10 10:42:05 -05:00
parent ced1a239fd
commit b4ce8cbd29

32
vimrc
View file

@ -10,21 +10,21 @@ filetype off
set runtimepath+=~/.vim/bundle/vundle/ set runtimepath+=~/.vim/bundle/vundle/
call vundle#begin() call vundle#begin()
Bundle 'gmarik/vundle' Plugin 'gmarik/vundle'
Bundle 'airblade/vim-gitgutter' Plugin 'airblade/vim-gitgutter'
Bundle 'bronson/vim-trailing-whitespace' Plugin 'bronson/vim-trailing-whitespace'
Bundle 'ctrlpvim/ctrlp.vim' Plugin 'ctrlpvim/ctrlp.vim'
Bundle 'godlygeek/tabular' Plugin 'godlygeek/tabular'
Bundle 'itchyny/lightline.vim' Plugin 'itchyny/lightline.vim'
Bundle 'nathanaelkane/vim-indent-guides' Plugin 'nathanaelkane/vim-indent-guides'
Bundle 'rodjek/vim-puppet' Plugin 'rodjek/vim-puppet'
Bundle 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Bundle 'tpope/vim-markdown' Plugin 'tpope/vim-markdown'
Bundle 'tpope/vim-rails' Plugin 'tpope/vim-rails'
Bundle 'tpope/vim-repeat' Plugin 'tpope/vim-repeat'
Bundle 'tpope/vim-surround' Plugin 'tpope/vim-surround'
Bundle 'tpope/vim-vividchalk' Plugin 'tpope/vim-vividchalk'
call vundle#end() call vundle#end()
filetype plugin indent on filetype plugin indent on
@ -139,8 +139,8 @@ map <Leader>t> :Tabularize /=><cr>
map <Leader>te :Tabularize /=<cr> map <Leader>te :Tabularize /=<cr>
" vundle " vundle
map <Leader>bi :BundleInstall<cr> map <Leader>bi :PluginInstall<cr>
map <Leader>bu :BundleInstall!<cr> map <Leader>bu :PluginInstall!<cr>
" copy and paste - for Linux " copy and paste - for Linux
map <Leader>c "+ map <Leader>c "+