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
Describe the bug
Even after removing elin plugin, set keymaps by enabling elin_enable_default_key_mappings continues to exist...
To Reproduce
use neovim and lazy.nvim
install elin with enabling elin_enable_default_key_mappings
remove the plugin
see keymaps by :map
Expected behavior
keymap removed when disabled or deleted
Environemnt (please complete the following information):
Editor: Neovim
Editor version: 0.10.2
Babashka version: 1.12.195
Additional context
I often use neovim plugin rather vim plugin so such keymap remaining can be normal or maybe your expected behavior. If so please close this. :)
Also I have not fully investigated the situation so it might not be reproduced by above, if so I will find minimum config/steps to reproduce. Thank you.
The text was updated successfully, but these errors were encountered:
Describe the bug
Even after removing elin plugin, set keymaps by enabling
elin_enable_default_key_mappings
continues to exist...To Reproduce
elin_enable_default_key_mappings
:map
Expected behavior
keymap removed when disabled or deleted
Environemnt (please complete the following information):
Additional context
I often use neovim plugin rather vim plugin so such keymap remaining can be normal or maybe your expected behavior. If so please close this. :)
Also I have not fully investigated the situation so it might not be reproduced by above, if so I will find minimum config/steps to reproduce. Thank you.
The text was updated successfully, but these errors were encountered: