Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 1.49 KB

README.markdown

File metadata and controls

70 lines (46 loc) · 1.49 KB

Victorhg's vimfiles

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.

Install

Run command:

  1. $> git clone https://github.com/victorhg/vimfiles.git ~/.vim

  2. $> echo "source ~/.vim/.vimrc" > .vimrc

  3. $> cd ~/.vim ; git submodule init ; git submodule update

What to find here?

NERDTree

File Browsing: http://www.vim.org/scripts/script.php?script_id=1658

Git-vim

Git integration: https://github.com/motemen/git-vim

Ctrlp

Fuzzy file finding: https://github.com/kien/ctrlp.vim

Ruby-vim-conque

Ruby plugin for output rspec/rake/ruby commands: https://github.com/skwp/vim-ruby-conque

Rails-vim

Rails integration: https://github.com/tpope/vim-rails

Coffeescript-vim

Coffeescript support: https://github.com/kchmck/vim-coffee-script

License

=============================
http://sam.zoy.org/wtfpl/

License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2004 Sam Hocevar <[email protected]> 

 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.