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)
|
self:_set(keys, buf)
|
||||||
end
|
end
|
||||||
|
|
||||||
if keys.mode:sub(-1) == 'a' then
|
if keys.mode:sub(-1) == "a" then
|
||||||
lhs = lhs .. '<C-]>'
|
lhs = lhs .. "<C-]>"
|
||||||
end
|
end
|
||||||
local feed = vim.api.nvim_replace_termcodes("<Ignore>" .. lhs, true, true, true)
|
local feed = vim.api.nvim_replace_termcodes("<Ignore>" .. lhs, true, true, true)
|
||||||
-- insert instead of append the lhs
|
-- insert instead of append the lhs
|
||||||
|
|
Loading…
Reference in New Issue