bryanl / vimfiles forked from scrooloose/vimfiles
- Source
- Commits
- Network (39)
- 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 | Wed Jun 17 03:32:52 -0700 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/ | Wed Dec 16 02:45:12 -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/ | Mon Aug 17 23:00:20 -0700 2009 | |
| |
syntax_checkers/ | Wed Dec 16 02:45:12 -0800 2009 | |
| |
vimrc | Tue Aug 18 21:19:23 -0700 2009 |
README.textile
Usage
Clone this repo into your home directory either as .vim (linux) or vimfiles (MF
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 along with your personal hacks:
source ~/.vim/vimrc "linux
source ~/vimfiles/vimrc "windows
