After a few months working on a full of plugins and snippets vim instalation, it's time to start over :)
Nothing better than use files from @rafaelrosafu KISS installation.
Run command:
-
$> git clone https://github.com/victorhg/vimfiles.git ~/.vim
-
$> echo "source ~/.vim/.vimrc" > .vimrc
-
$> cd ~/.vim ; git submodule init ; git submodule update
File Browsing: http://www.vim.org/scripts/script.php?script_id=1658
Git integration: https://github.com/motemen/git-vim
Fuzzy file finding: https://github.com/kien/ctrlp.vim
Ruby plugin for output rspec/rake/ruby commands: https://github.com/skwp/vim-ruby-conque
Rails integration: https://github.com/tpope/vim-rails
Coffeescript support: https://github.com/kchmck/vim-coffee-script
=============================
http://sam.zoy.org/wtfpl/
License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.