Roman2K / vimfiles forked from scrooloose/vimfiles

The ~/.vim directory that we share at work

This URL has Read+Write access

name age message
file .gitignore Sun Jun 07 14:49:06 -0700 2009 git ignore .VimballRecord files [scrooloose]
file .gitmodules Sat Jan 24 04:46:19 -0800 2009 add the new snippets repo as a submodule [scrooloose]
file README.mdown Loading commit data...
directory after/ Sat Jan 24 04:46:19 -0800 2009 add the new snippets repo as a submodule [scrooloose]
directory autoload/
directory colors/ Sat Nov 01 05:41:07 -0700 2008 latest peaksea [scrooloose]
directory compiler/ Mon Jun 02 15:58:08 -0700 2008 add the vim-ruby gem files [scrooloose]
directory doc/
directory ftdetect/ Wed Oct 29 20:15:36 -0700 2008 add tpopes haml/sass hax [scrooloose]
directory ftplugin/ Wed Oct 29 20:15:36 -0700 2008 add tpopes haml/sass hax [scrooloose]
directory indent/ Wed Oct 29 20:15:36 -0700 2008 add tpopes haml/sass hax [scrooloose]
directory macros/ Sun Dec 07 16:37:23 -0800 2008 add Rsass and RSsass commands [scrooloose]
directory plugin/
file rgb.txt Fri Nov 07 18:41:54 -0800 2008 Upgrade CSApprox to 1.1.0 with the included rgb... [halorgium]
directory ruby/ Sat Oct 18 21:50:45 -0700 2008 add fuzzyfinder textmate style mod gotta remov... [scrooloose]
submodule snippets - 1908478 Wed Jan 28 12:19:41 -0800 2009 use latest snippets [scrooloose]
directory syntax/ Wed Oct 29 20:15:36 -0700 2008 add tpopes haml/sass hax [scrooloose]
directory templates/ Wed Nov 05 14:14:50 -0800 2008 add a couple of html templates [scrooloose]
file vimrc
README.mdown

vimfiles

Fork of scrooloose's vimfiles.

Installation

Get the repository:

$ cd
$ git clone git://github.com/scrooloose/vimfiles.git .vim
$ cd .vim
$ git submodule init
$ git submodule update

Link you .vimrc to the one it provides:

$ cd
$ ln -s .vim/vimrc .vimrc

Install the external dependency:

$ sudo apt-get install exuberant-ctags

Configure your $TERM environment variable:

$ echo 'export TERM=xterm' >> ~/.bashrc

vi should now be ready to start using the default Railscasts theme.

Optimal rendering

In order for fonts to render perfectly, follow these additional steps:

  1. Under GNOME, open System > Appearance > Fonts > Rendering and select Subpixel smoothing.
  2. In Terminal, open Edit > Current Profile... > General > Font and select Bitstream Vera Sans Mono, size 11.
  3. In the same profile window, under Colors > Foreground and Background > Built-in schemes, select White on black.

Credits

All credits go to scrooloose for his work at making vi enjoyable to use. This fork only consists in minor tweaks to meet my requirements.