-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Need to PlugUpdate everytime I open gvim #540
Comments
There must be an error in your configuration, like missing |
I have the call plug#end(). I have attached my gvimrc |
Your configuration works fine on my MacVim. Which plugin do you find not working? |
All of the plugins wont work, I have to do PlugUpdate or PlugInstall to get them working in the active gvim window. |
@dileepkr I just tried your config on gvim on Ubuntu. Syntastic and NERDTree start up fine, so it doesn't sound like a vim-plug issue. |
hmm, sounds like some vim issue on my side. has anyone faced such issue earlier? |
Ha! finally found a solution for the issue. |
Should you be able to use Plug in gvimrc? I wanted to do so to simplify vimrc when using it with remote hosts. I found the same issue as @dileepkr and I ended up putting the call to Plug back inside |
A detailed explanation on the startup process can be found in
As you can see, GUI initialization where .gvimrc is loaded is done after plugin scripts are loaded in step 4. So if you have |
Thanks @junegunn for the explanation 👍 |
Explain the problem here ...
Hi,
I used Vim plug for Gvim 7.4, the issue is, when I open gvim the plugins will not work, but when I do PlugUpdate the plugins start working.
I have to do PlugUpdate every time to get the plugins working. Is there a fix for this issue?
Thanks.
The text was updated successfully, but these errors were encountered: