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 ~/.vim
cd ~/.vim
rake 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 ~/.vim
rake 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 ~/.vim
rake update
rake upgrade
- Install the bundles you want
<Leader>
is mapped to,
<Leader> + i
indent code<Leader> + s
strip trailing whitespaces<Leader> + t
toggle tagbar<Leader> + b
toggle minibufexpl<Leader> + n
next buffer<Leader> + p
previous buffer
In ~/.vimrc.local
you can put your own options.