public
Description: My Rails based Vim config. Includes: rails.vim, NERD_tree, snippetsEmu, specky, supertab, fuzzyfinder_textmate and more
Homepage:
Clone URL: git://github.com/goomerko/vim-rails.config.git
nickel (author)
Sun Apr 19 21:49:52 -0700 2009
commit  e6187075e7b84390dc0d871099e43c918dcf880a
tree    a95659289a3021e8ad94d22130df47b8caa9dd8e
parent  7bcbf55def73ebfeb6c8c6173f4890904f21b3d8
name age message
file .VimballRecord Wed Nov 19 06:32:22 -0800 2008 Change NERDCommenter to tComment [Gumer Coronel]
file .gitignore Wed Nov 19 06:32:22 -0800 2008 Change NERDCommenter to tComment [Gumer Coronel]
file README Fri Nov 14 02:14:08 -0800 2008 gvim config [Gumer Coronel]
directory after/ Wed Nov 05 03:25:57 -0800 2008 Initial release [Gumer Coronel]
directory autoload/ Wed Nov 19 06:32:22 -0800 2008 Change NERDCommenter to tComment [Gumer Coronel]
directory colors/ Wed Nov 05 03:25:57 -0800 2008 Initial release [Gumer Coronel]
directory compiler/ Wed Nov 05 03:25:57 -0800 2008 Initial release [Gumer Coronel]
directory doc/ Loading commit data...
file filetype.vim Fri Nov 07 02:27:55 -0800 2008 Hamle comes with Vim 7.2 [Gumer Coronel]
directory ftdetect/
directory ftplugin/
file gvimrc
directory indent/
directory plugin/
directory ruby/ Fri Nov 14 01:21:20 -0800 2008 IncluĂ­mos haml y el rb de fuzzy_file_finder [root]
directory syntax/
file vimrc
README
Installation
============

1. Backup your .vimrc file and .vim directory

2. In your home, do:

  git clone git://github.com/goomerko/vim-rails.config.git .vim
  
  ln -s .vim/vimrc .vimrc

        And if you like gvim:

  ln -s .vim/gvimrc .gvimrc

3. Enjoy!