Skip to content

afair/dot-vim

Repository files navigation

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:https://www.vim.org/scripts/script.php?script_id=1567
  matchit - http:https://www.vim.org/scripts/script.php?script_id=39
  NERD_Tree - http:https://www.vim.org/scripts/script.php?script_id=1658
  fuzzyfinder - http:https://www.vim.org/scripts/script.php?script_id=1984
  fuzzyfinder_textmate - http:https://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:https://github.com/tpope/vim-haml
	vim-fugative - http:https://github.com/tpope/vim-fugitive
	vimclojure - http:https://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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages