Monday, March 24, 2014

Re: Poll: What's good about plugin managers?


On Mar 24, 2014 10:50 PM, "LCD 47" <lcd047@gmail.com> wrote:
>
> On 24 March 2014, Gary Johnson <garyjohn@spocom.com> wrote:
> > On 2014-03-24, Nikolay Pavlov wrote:
> > >
> > > On Mar 24, 2014 11:08 AM, "LCD 47" wrote:
> > > >
> > > > On 23 March 2014, ZyX wrote:
> >
> > > > > 13. Ability to list and remove unused plugins. Reason: it is
> > > > > just convenient.  Low priority.
> > > >
> > > >     That would imply keeping stats about when each plugin is
> > > > actually used.  A complicated, expensive, and tricky task, for
> > > > very little gain.
> > >
> > > Simplest implementation is just taking a list of currently active
> > > plugins and remove everything but them. VAM/Vundle/NeoBundle have
> > > everything what is necessary to perform such a task. It is not so
> > > easy for FHS-based installations, but it is easy to implement if you
> > > just do not provide this functionality for this task.
> >
> > How do you know whether or not a plugin is "actually used"?
>
>     I believe that was answered just below the text you quoted:

No. It is not the simplest variant.

By the way simplest variant is not collecting any stats at all. I rarely see VAM or Vundle used to activate plugins on certain event and not on vimrc sourcing, so you can just use data of the current session only. Does not mean though I *never* see this, activating at runtime is a used feature.

Note: it is supposed to ask user about auto-cleaning by default.

>
> On 24 March 2014, Nikolay Pavlov <zyx.vim@gmail.com> wrote:
> [...]
> > And check out :scriptnames. Recording its output at VimLeave makes
> > such functionality rather easy.
> [...]
>
>     /lcd
>
> --
> --
> 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
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: