simple vimrc customizations. ~/.vimrc.before is loaded before everything. ~/.vimrc.after is loaded after all plugins load.

This commit is contained in:
Kyle West
2012-01-25 14:26:23 -05:00
parent 4c4938f769
commit 5c06824e03
3 changed files with 22 additions and 0 deletions

View File

@@ -453,6 +453,11 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* sass-status - decorates your status bar with full nesting of where you are in the sass file
### Overriding vim settings
You may use `~/.vimrc.before` for settings like the __leader__ setting. You may `~/.vimrc.after` for any additional overrides/settings.
### Adding your own vim plugins
YADR comes with a dead simple plugin manager that just uses git submodules, without any fancy config files.