From 5a5f3926a845c2e5aebf096217d52a960ba8aa3d Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 7 Jan 2013 10:59:32 -0500 Subject: [PATCH] Add instructions for overriding --- README.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.markdown b/README.markdown index ce61a9f..a2a973a 100644 --- a/README.markdown +++ b/README.markdown @@ -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