packer.nvim
packer.nvim copied to clipboard
fix: break sequencing
close #865
@wbthomason can we merge it? Currently using ifplusor branch to work with vscode-neovim plugin.
@ifplusor @chrisands Sorry for taking so long to get to this! I'm mostly OK with merging, but I don't entirely understand what skip_lazy
is meant to do - can you explain the intent in the context of #865?
@ifplusor @chrisands Sorry for taking so long to get to this! I'm mostly OK with merging, but I don't entirely understand what
skip_lazy
is meant to do - can you explain the intent in the context of #865?
If a plugin is set to lazy load and the condition(by keys, by commands, by events, etc.) has not yet fired, skip it.
However, I only check commands and keys, not events.
Ok, thanks - that was the source of my confusion (i.e. why just keys and commands). We should make that check for any remaining untriggered lazy loading, I believe.