public
Fork of akitaonrails/vimfiles
Description: Took akitaonrails' version, added my stuff, kept what I liked, dropped what I didn't.
Homepage:
Clone URL: git://github.com/hgimenez/vimfiles.git
name age message
file .gitignore Thu Sep 03 11:07:48 -0700 2009 Ignoring garbage [hgimenez]
file README.textile Tue Jan 20 07:20:15 -0800 2009 Deleted CSApprox plugin. Corrected README [hgimenez]
directory after/ Wed Sep 09 07:08:20 -0700 2009 A better way to do cursorcolumn for HAML files [hgimenez]
directory autoload/ Thu May 28 14:28:09 -0700 2009 Added vimwiki [hgimenez]
directory bin/ Sun May 17 12:54:49 -0700 2009 Added vim-ruby-debugger plugin [hgimenez]
directory colors/ Sat Sep 05 06:59:43 -0700 2009 Added vilight colorscheme, inspired by GEdit's ... [hgimenez]
directory compiler/ Mon Jun 02 15:58:08 -0700 2008 add the vim-ruby gem files [scrooloose]
directory doc/ Tue Aug 18 14:55:13 -0700 2009 Adding syntastic [hgimenez]
directory ftdetect/ Wed Apr 22 04:36:05 -0700 2009 Associate .ru rack file with ruby Signed-off-b... [Matt Hulse]
directory ftplugin/ Thu May 28 14:28:09 -0700 2009 Added vimwiki [hgimenez]
directory indent/ Thu May 28 14:28:09 -0700 2009 Added vimwiki [hgimenez]
directory macros/ Sun Dec 07 16:37:23 -0800 2008 add Rsass and RSsass commands [scrooloose]
directory plugin/ Wed Aug 19 11:47:52 -0700 2009 Added bclose plugin. See http://vim.wikia.com/w... [hgimenez]
file rgb.txt Thu Sep 03 11:07:48 -0700 2009 Ignoring garbage [hgimenez]
directory ruby/ Sat Oct 18 21:50:45 -0700 2008 add fuzzyfinder textmate style mod gotta remov... [scrooloose]
directory snippets/ Tue Jan 13 16:12:45 -0800 2009 Adding new Windows README info [unknown]
directory syntax/ Thu May 28 14:28:09 -0700 2009 Added vimwiki [hgimenez]
directory syntax_checkers/ Wed Sep 23 22:01:13 -0700 2009 Pull in the latest syntastic (Aug 11). [abcde]
directory templates/ Wed Nov 05 14:14:50 -0800 2008 add a couple of html templates [scrooloose]
directory tmp/ Thu Sep 03 11:07:48 -0700 2009 Ignoring garbage [hgimenez]
file vimrc Wed Sep 09 10:19:12 -0700 2009 Changed cursorcolumn on haml implementation, so... [hgimenez]
README.textile

1. Usage

In your home directory (Linux or Mac), run:


mv ~/.vim ~/vim_old # backup your old .vim folder
git clone git://github.com/hgimenez/vimfiles.git ~/.vim

mv ~/.vimrc ~/vimrc_old
ln -s ~/.vim/vimrc ~/.vimrc

If you’re using Windows do the following under C:\Documents and Settings\Your_User


git clone git://github.com/hgimenez/vimfiles.git vimfiles

Still on Windows, run the following command in a Command Prompt console:


cd %HOME%\vimfiles

vim after\plugin\snippets.vim +":%s/.vim/vimfiles/g" +":x!"
vim plugin\fuzzyfinder_textmate.vim +":%s/.vim/vimfiles/g" +":x!"
vim vimrc +":%s/<c-f>/<c-t>/g" +":x!"

copy /y vimrc ..\_vimrc

References

  • MacVim – http://code.google.com/p/macvim/
  • gVim – http://www.vim.org/download.php#pc
  • Using Vim as a Complete Ruby on Rails IDE – http://biodegradablegeek.com/2007/12/using-vim-as-a-complete-ruby-on-rails-ide/
  • Why, oh WHY, do those #?@! nutheads use vi? – http://www.viemu.com/a-why-vi-vim.html
  • Efficient Editing With vim – http://jmcpherson.org/editing.html
  • Byte of Vim – http://www.swaroopch.com/notes/Vim

About

This is a shameless fork of akitaonrails’ files. Plugins and vimrc where merged with my settings.

You can find the Envy Code R font at http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released