akitaonrails / vimfiles forked from scrooloose/vimfiles
- Source
- Commits
- Network (42)
- Issues (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
vimfiles /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jun 07 14:49:06 -0700 2009 | |
| |
.gitmodules | Sun Jun 07 00:58:42 -0700 2009 | |
| |
README.textile | Mon Dec 28 14:21:08 -0800 2009 | |
| |
after/ | Sun Jun 07 00:48:57 -0700 2009 | |
| |
autoload/ | Thu Nov 26 13:36:46 -0800 2009 | |
| |
colors/ | Mon Oct 26 14:30:48 -0700 2009 | |
| |
compiler/ | Mon Jun 02 15:58:08 -0700 2008 | |
| |
doc/ | Wed Dec 16 02:45:12 -0800 2009 | |
| |
ftdetect/ | Mon Aug 17 23:00:20 -0700 2009 | |
| |
ftplugin/ | Wed Sep 23 21:59:38 -0700 2009 | |
| |
indent/ | Wed Sep 23 21:59:38 -0700 2009 | |
| |
macros/ | Sun Dec 07 16:37:23 -0800 2008 | |
| |
nerdtree_plugin/ | Sun Oct 18 15:01:07 -0700 2009 | |
| |
plugin/ | Fri Dec 18 02:50:19 -0800 2009 | |
| |
rgb.txt | Fri Nov 07 18:41:54 -0800 2008 | |
| |
ruby/ | Sat Oct 18 21:50:45 -0700 2008 | |
| |
snippets - 842e5d5 | Tue Aug 18 21:15:45 -0700 2009 | |
| |
syntax/ | Fri Dec 18 02:50:19 -0800 2009 | |
| |
syntax_checkers/ | Wed Dec 16 02:45:12 -0800 2009 | |
| |
vimrc | Wed Dec 16 09:12:44 -0800 2009 |
README.textile
Usage
Clone this repo into your home directory either as .vim (linux/mac) or
vimfiles (Windows).
Then ‘cd’ into the repo and run this to get the snippets submodule:
git submodule init
git submodule update
Put this in your .vimrc file (in your home folder) along with your personal hacks:
source ~/.vim/vimrc "linux
source ~/vimfiles/vimrc "windows
Dependencies
You will need these dependencies figured out:
- Ruby (for the fuzzy finder plugin)
- Exuberant Ctags (http://ctags.sourceforge.net/)
- Ncurses-term (in Linux only)
In Ubuntu, for example, you will have to do:
apt-get install exuberant-ctags ncurses-term
On Windows you have to download Ctags and add ctags.exe in your PATH.
Mac OS X and most Linux distros come with Ruby already. If you’re in Windows
look for Luis Lavena’s latest Ruby Installer (http://rubyforge.org/projects/rubyinstaller/)
Credits
- Original project and most of the heavy lifting: @scrooloose
- Hacks and some snippets: @akitaonrails
