An easy way to start using vim, pre-configured and with some useful plugins installed by default. Also you can install language support and tools effortlessly.
I wanted an easy way to share my vim configuration among different computers and colleagues.
Follow this steps:
git clone git://github.com/IPGlider/vimdis.git ~/.vimcd ~/.vimrake install- Profit
- ag.vim
- ctrlp.vim
- minibufexpl.vim
- molokai
- nerdcommenter
- pathogen
- syntastic
- tagbar
- vim-fugitive
- vim-git
- vim-surround
- vim-vinegar
To install plugins and tools for a language just do:
cd ~/.vimrake bundle:name
where name is the one you want to install.
- javascript: vim-javascript
- ragel: ragel.vim
- rails: vim-rails
- ruby: vim-ruby
- nodejs: vim-node
If you want to update vimdis and delfault plugins:
cd ~/.vimrake updaterake upgrade- Install the bundles you want
<Leader>is mapped to,<Leader> + iindent code<Leader> + sstrip trailing whitespaces<Leader> + ttoggle tagbar<Leader> + btoggle minibufexpl<Leader> + nnext buffer<Leader> + pprevious buffer
In ~/.vimrc.local you can put your own options.