Monday, November 26, 2012

Re: Is Vundle dead?

Marc Weber wrote:
(snip)
> More than that you don't want to load all plugins always. Eg plugins
> such as DrawIt may be useful once a month. What do do? Using VAM you
> just do: :ActivateAddon DrawIt at runtime and you're done. Marc Weber
(snip)

Of course, DrawIt uses vim's autoload method, and so has a very low
overhead (sets up 6 commands and 2 maps) -- its main script isn't loaded
until used.

And, there's AsNeeded...

AsNeeded provides on-demand loading; put what would normally go in
.vim/plugin
and it will be loaded when requested. By request means: when one has
issued a
command or called a function in the plugin. Unfortunately it does not do
on-demand loading based on maps that may be defined in the plugin.

You may get it from:

http://vim.sourceforge.net/scripts/script.php?script_id=915 (stable)
http://mysite.verizon.net/astronaut/vim/index.html#ASNEEDED
(cutting edge)

Regards,
Chip Campbell

--
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: