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
use {'somebody/plugin1', requires={'someonelse/dependency'}, disable=true}
use {'somebody/plugin2', requires={'someonelse/dependency'}}
Actual behaviour
someonelse/dependency is not loaded (does not appear in packer_compiled.vim)
Expected behaviour
it should be, since plugin2 depends on it
Of note is that if the order of the above two lines is reversed and the disabled plugin appears second, someonelse/dependency will load
Let me know if you need any other information from me.
The text was updated successfully, but these errors were encountered:
nvim --version
: 0.9.1git --version
: 2.41.0Steps to reproduce
Actual behaviour
someonelse/dependency is not loaded (does not appear in packer_compiled.vim)
Expected behaviour
it should be, since plugin2 depends on it
Of note is that if the order of the above two lines is reversed and the disabled plugin appears second, someonelse/dependency will load
Let me know if you need any other information from me.
The text was updated successfully, but these errors were encountered: