You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Why exactly is this "required"? What are the potential consequences of not having that line in the vimrc?
I'm asking because in my case Vundle.vim is a submodule of my dotfile Git repo, so Vundle throws an error when it tries to update itself (because its local repo isn't a normal checkout of the master branch).
I'd rather just update Vundle manually and only have it update the other bundles automatically.
Looking at #565, it seems like :PluginClean might try to remove the Vundle directory when it isn't explicitly mentioned in the vimrc. I could live with that (I don't normally have a use for :PluginClean anyway), but is there anything else I should be aware of?
The text was updated successfully, but these errors were encountered:
The main ReadMe states:
Why exactly is this "required"? What are the potential consequences of not having that line in the
vimrc
?I'm asking because in my case Vundle.vim is a submodule of my dotfile Git repo, so Vundle throws an error when it tries to update itself (because its local repo isn't a normal checkout of the master branch).
I'd rather just update Vundle manually and only have it update the other bundles automatically.
Looking at #565, it seems like
:PluginClean
might try to remove the Vundle directory when it isn't explicitly mentioned in thevimrc
. I could live with that (I don't normally have a use for:PluginClean
anyway), but is there anything else I should be aware of?The text was updated successfully, but these errors were encountered: