mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(keys): don't create with remap!
This commit is contained in:
parent
9e869a409c
commit
b440b3ac2d
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ function M:_add(value)
|
|||
local keys = M.parse(value)
|
||||
local lhs = keys[1]
|
||||
local opts = M.opts(keys)
|
||||
opts.noremap = false
|
||||
vim.keymap.set(keys.mode, lhs, function()
|
||||
Util.track({ keys = lhs })
|
||||
Loader.load(self.active[value], { keys = lhs })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue