Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 7, 2024
1 parent 5be95fe commit c96fc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lazy/core/handler/keys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c96fc24

Please sign in to comment.