-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Misleading errors about vim-plug on :PlugUpdate #470
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
Comments
What does |
Same thing. Every plugin is |
Go to the directory, execute the following commands and let me know of their output: git rev-parse --abbrev-ref HEAD
echo $?
git config -f .git/config remote.origin.url
echo $? |
I think I see the issue, now; vim-plug assumes that Edit: rather, I think it's because vim-plug is a submodule of my vim submodule of my dotfiles. :P |
I'm pretty sure you can fix this simply by removing |
Yes, see #455. vim-plug is not designed to manage submodules as plugins so I'm not going to merge your PR. Also take a look at https://github.com/junegunn/vim-plug/wiki/faq#shouldnt-vim-plug-update-itself-on-plugupdate-like-vundle |
@junegunn I see. I need to be able to clone my vim config easily from any new machine I need to set up; if I can't include vim-plug as a submodule of my vim config, how would you recommend I accomplish this? |
|
All right. Thanks for the help! On Wed, Apr 13, 2016, 22:52 Junegunn Choi [email protected] wrote:
|
I have vim-plug managing itself as a plugin. When I run
:PlugUpdate
, I get this output:All the other plugins are fine. Running
:PlugClean
does not solve the issue. What is happening?Here is the relevant section of my vimrc:
The text was updated successfully, but these errors were encountered: