Giter VIP home page Giter VIP logo

Comments (6)

gmarik avatar gmarik commented on August 27, 2024

Nice! Never though about appending bundles automatically on install...
Definitely an idea worth playing with!
Thanks for sharing!

from vundle.vim.

ches avatar ches commented on August 27, 2024

This crossed my mind too when first migrating my existing Pathogen bundles that I used to manage with a list in a Rakefile, because I am actually managing Vundle with a separate file. I just do this at bottom of my .vimrc:

runtime include/bundles.vim

Then ~/.vim/include/bundles.vim contains all the Vundle config, including the runtimepath extension and call vundle#rc(). This works fine and appending to the file would work with minimal effort if you encouraged the separate file as a convention.

from vundle.vim.

rainux avatar rainux commented on August 27, 2024

I also use a separated ~/.vim/vundle.vim to write all vundle related commands, I think it's worth to use a separated file for Vundle configuration, this also make write an shell style installer easier.

Also we can keep the behavior of BundleInstall but make BundleInstall! append the newly installed bundles to Vundle's configuration file.

from vundle.vim.

rainux avatar rainux commented on August 27, 2024

I can work on this later, please suggest file name for the standard Vundle configuration file name. Personally I suggest ~/.vim/vundle.vim, not vundles.vim because it isn't a list of vundle, it also contain commands to initialize Vundle it self.

from vundle.vim.

matschaffer avatar matschaffer commented on August 27, 2024

~/.vim/vundle.vim sounds great to me. Thanks!

-Mat

On Oct 23, 2011, at 4:09 AM, Rainux Luo
[email protected]
wrote:

I can work on this later, please suggest file name for the standard Vundle configuration file name. Personally I suggest ~/.vim/vundle.vim, not vundles.vim because it isn't a list of vundle, it also contain commands to initialize Vundle it self.

Reply to this email directly or view it on GitHub:
#56 (comment)

from vundle.vim.

MarcWeber avatar MarcWeber commented on August 27, 2024

VAM implements dependencies (by allowing users to add addon-info.json files which can reference other repositories). bitbucket.org/vimcommunity/vim-pi is the best place to discuss future about such ideas.

from vundle.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.