On 2016-08-17 14:14:52 +0000, Xavier Noria said:

On Wed, Aug 17, 2016 at 3:21 PM, Bryan Richter <b...@chreekat.net> wrote:

    packages=(
      a
      b
      ...)
    for p in $packages; do
        mkdir -p ~/.vim/pack/$package/start
        cd !$
        git clone $package
    done
 
From the description of the feature I imagined one could basically have a local bundle:

    ~/.vim/pack/bundle/start

where you just throw individual plugins in a similar manner as how you do with pathogen.vim, and expect proper packages to appear and have their own directory.

Maybe people that have already used packages have some best practices in mind.

You may search for the thread "Packages: best practices?" from last March, where I outlined my ideas.

Nicola


--
--
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to