mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-11 09:52:31 +00:00
fix(keys): dont delete handlers manually. Let loader do that
This commit is contained in:
parent
08d458c5ba
commit
72b38999bc
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ function M:_add(value)
|
|||
opts.noremap = false
|
||||
vim.keymap.set(keys.mode, lhs, function()
|
||||
Util.track({ keys = lhs })
|
||||
self:_del(value)
|
||||
Loader.load(self.active[value], { keys = lhs })
|
||||
M.retrigger(lhs)
|
||||
Util.track()
|
||||
|
|
Loading…
Add table
Reference in a new issue