-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vundle to add to .gitsubmodule #145
Comments
Hey @cwood could you please elaborate more on this? |
I dont have anything for say this is a new feature request. Essentially if I add Bundle "somuser/someproject" to my vimrc when BundelInstall runs it would be great if it could add it to a .gitsubmodule file if the vimrc is apart of a git repo all ready. This would be nice to have for having vimrc/vim folder under version control. |
Think he's asking if installed bundles can be automatically added to '.gitmodules' . I too would like to see this implemented. |
this might be added in future, but no such plans yet! |
Hi @cwood, do you still consider this a feature that you would want? Isn't this better handled if you use a framework for dotfiles, which run the install job for you? https://dotfiles.github.io/ Trygve |
there is no need add .vim to git repo,you can add vimrc_vundle to repo,then ln -s /path to/vimrc_vundle ~/vimrc |
thank you ,i just want to reduce duplication of repo! |
I am actully not using vundle anymore but thanks anyway |
Hey,
Thanks for vundle I love it. However it would be nice if it could figure out if it was under git itself so when its added to another git repo it can target the remote modules. Right now I am doing it manually but wonder if you could make it so vundle does it automatically.
Thanks!
The text was updated successfully, but these errors were encountered: