Explain how to find out what the plugin does

References #7.
This commit is contained in:
Tim Pope
2013-01-07 11:06:26 -05:00
parent 5a5f3926a8
commit ca614497e0

View File

@@ -42,6 +42,14 @@ mostly `:set` calls.) Here's a taste:
## FAQ ## FAQ
> How can I see what this plugin actually does?
The [source][] is authoritative. Use `:help 'option'` to see the
documentation for an option. If you install [scriptease.vim][], you can press
`K` on an option (or command, or function) to jump to its documentation.
[scriptease.vim]: https://github.com/tpope/vim-scriptease
> How can I override a setting? > How can I override a setting?
Normally, sensible.vim loads after your vimrc, making it a bit tricky to Normally, sensible.vim loads after your vimrc, making it a bit tricky to