afair / dot-vim

My .vim directory setup for Ruby and Rails, Perl, and PHP work.

Home Page:http://allenfair.com/vim.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOT-VIM: My ~/.vim directory containing plugins and customizations for the vim editor (version 7.0 and up). Helps building a vim environment for rails programming with tools similar to TextMate.

For full support, configure and compile vim with ruby support.
  ./configure --enable-rubyinterp <other options> && make install

Installation: (*nix)
  cd 
  git clone <url>
  mv dot-vim .vim
  ln -s .vim/vimrc .vimrc

Included plugins
  rails.vim - http://www.vim.org/scripts/script.php?script_id=1567
  matchit - http://www.vim.org/scripts/script.php?script_id=39
  NERD_Tree - http://www.vim.org/scripts/script.php?script_id=1658
  fuzzyfinder - http://www.vim.org/scripts/script.php?script_id=1984
  fuzzyfinder_textmate - http://github.com/jamis/fuzzyfinder_textmate/tree/master
    (Configured to ^T, needs ruby support compiled into vim)
  misc. themes
  completion   (F1 configured to complete, you can change to TAB or other)
  sample .vimrc files from around the internets
	vim-haml http://github.com/tpope/vim-haml
	vim-fugative - http://github.com/tpope/vim-fugitive
	vimclojure - http://www.vim.org/scripts/script.php?script_id=2501

  Many thanks to those who contributed the above modules and the vim community!

About

My .vim directory setup for Ruby and Rails, Perl, and PHP work.

http://allenfair.com/vim.html


Languages

Language:Vim Script 98.9%Language:Ruby 0.8%Language:Shell 0.3%Language:Erlang 0.0%