Skip to content
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

vim-plug and global variable customization #15

Closed
elementx54 opened this issue Apr 11, 2019 · 0 comments
Closed

vim-plug and global variable customization #15

elementx54 opened this issue Apr 11, 2019 · 0 comments

Comments

@elementx54
Copy link
Owner

I want to put this issue up so anyone that might be using vim-plug will know about it. I've been using vim-plug on one of my machines for some time now and just noticed this with a .dump file that has the header at the top so the auto-detect does not work.

The global setting for extensions is not initialized before vim-plug finalizes all plugin initialization. This behaves a bit different from Vim with a manual installation, which does catch the global variable setting set in the vimrc before initializing the plugins. I'm pretty sure it is a code execution order issue.

I've asked the vim-plug community about this in junegunn/vim-plug#838

I'll update the documentation or code for moosefw_vim once I know what they say. :)

elementx54 added a commit that referenced this issue Apr 16, 2019
Remove "NOTE" alert when #15 is resolved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant