From 6406d73c9a11e0ba8ef127e3d8d826f858a03ea5 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 10 Sep 2014 23:39:49 +0900 Subject: [PATCH] When to use `for` option --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf12322..a9f7e84 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ Plug 'kovisoft/paredit', { 'for': ['clojure', 'scheme'] } Plug 'junegunn/vader.vim', { 'on': 'Vader', 'for': 'vader' } ``` +`for` option is generally not needed as most plugins for specific file types +usually don't have too much code in `plugin` directory. You might want to +examine the output of `vim --startuptime` before applying the option. + ### Post-update hooks There are some plugins that require extra steps after installation or update.