ci: format
This commit is contained in:
parent
3b3cdc8965
commit
7c0ba178d0
1 changed files with 5 additions and 1 deletions
|
|
@ -416,7 +416,11 @@ function M._setup_buf_mappings(bufnr)
|
|||
local key = km[name]
|
||||
if key and key ~= false then
|
||||
vim.keymap.set('x', key --[[@as string]], function()
|
||||
vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes('<Esc>', true, false, true), 'nx', false)
|
||||
vim.api.nvim_feedkeys(
|
||||
vim.api.nvim_replace_termcodes('<Esc>', true, false, true),
|
||||
'nx',
|
||||
false
|
||||
)
|
||||
fn()
|
||||
end, opts)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue