Friday, December 17, 2010

Re: Slow vim loading , how to find it out

> it's using over half of all startup time

In this case it won't work because you probably want to load the
plugin on every startup, but you can use plugins like asneeded,
tplugin to load plugins on demand (e.g. when invoking a command for
the first time) or vim-addon-manager or pathogen to enable a plugin
after startup. This way you have better control over which plugins are
loaded when.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: