style: format

This commit is contained in:
Folke Lemaitre 2024-03-07 17:30:37 +01:00
parent 5be95fe3b4
commit c96fc24555
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 2 additions and 2 deletions

View File

@ -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