cd ~/
git clone git://github.com/shir/vim-settings.git .vim
ln -s .vim/.vimrc
ln -s .vim/.gvimrc
cd .vim/
git submodule update --init
Based on pathogen plugin.
- vim-rails
Add support for Rails framework. Add support for commands likeRcontroller
,Rmodel
,Rview
and etc. - nerdtree
Add project files tree. To turn it on type\p
. - bufexplorer
Show all opened buffers. Type\be
to see it. - vim-cucumber
Add syntax highlight for cucumber files. - syntastic
Check file syntax while saving. - zencoding-vim
HTML fast typing. Typediv.some>ul.list
and than press\y,
. - tcomment_vim
Multiline code comment/uncomment. Typegc
to toggle comments. - tabular
Multicolum align. Use commandTabularize /<regex>
. For exampleTabularize /=
. Also you can use\a=
as keymap for:Tabularize /=
- vim-fugitive
Make work with git from vim.
- solarized - Light variant is default for GUI
- rubyblue
- vividchalk - Default for text mode