-
Notifications
You must be signed in to change notification settings - Fork 512
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The ability to lazy load a plugin using non-normal keybinds would be pretty useful.
Describe the solution you'd like
Something similar to: wbthomason/packer.nvim#1063
{
"a" -- normal mode
{ "i", "b" } -- insert mode
v = "c" -- visual mode
x = { "d", "e" } -- select mode
}Describe alternatives you've considered
I think this can be somewhat achieved using manual mappings in init = ..., but something more declarative would be nice.
oblitum
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request