keymap-layer.nvim
keymap-layer.nvim copied to clipboard
Create a key layer in Neovim
#3 - Add allow_nesting config option, explicitly set it to `false` to avoid nesting layers (a layer will close the current active layer before entering itself or close itself before...
Thanks for the great plugin! Currently it allows enter another layer when you already in one, or reenter the same layer again, but when you exit the layers in reverse...
`enter and `exit` being optional makes it sound like I can omit the entire key but that was not true and only reading the error message didn't give any clue...