mirror of https://github.com/folke/lazy.nvim.git
style: format
This commit is contained in:
parent
5be95fe3b4
commit
c96fc24555
|
@ -128,8 +128,8 @@ function M:_add(keys)
|
|||
self:_set(keys, buf)
|
||||
end
|
||||
|
||||
if keys.mode:sub(-1) == 'a' then
|
||||
lhs = lhs .. '<C-]>'
|
||||
if keys.mode:sub(-1) == "a" then
|
||||
lhs = lhs .. "<C-]>"
|
||||
end
|
||||
local feed = vim.api.nvim_replace_termcodes("<Ignore>" .. lhs, true, true, true)
|
||||
-- insert instead of append the lhs
|
||||
|
|
Loading…
Reference in New Issue