Add instructions for overriding

This commit is contained in:
Tim Pope
2013-01-07 10:59:32 -05:00
parent 6bc9f8c7ad
commit 5a5f3926a8

View File

@@ -40,6 +40,20 @@ mostly `:set` calls.) Here's a taste:
[source]: https://github.com/tpope/vim-sensible/tree/master/plugin/sensible.vim
## FAQ
> How can I override a setting?
Normally, sensible.vim loads after your vimrc, making it a bit tricky to
override (although you could use `after/plugin/sensible.vim`). If you want to
load it earlier, add the following line to you vimrc, then put your overrides
below.
runtime! plugin/sensible.vim
Feel free to [let me know][GitHub issues] which setting you object to, so I
can reassess whether it makes sense to include it.
## Contributing
I want this to be a plugin nobody objects to installing. [Let me