1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-14 01:48:00 +08:00

fix(nvim-plug): fix on_map

This commit is contained in:
Eric Wong 2025-02-05 17:15:08 +08:00
parent c21cea3595
commit e8eb3fb5e1
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -83,7 +83,7 @@ function M.on_map(maps, plugSpec)
end end
end end
vim.fn.feedkeys(lhs .. input, 'm') vim.fn.feedkeys(vim.api.nvim_replace_termcodes(lhs .. input, false, true, true), 'm')
end, {}) end, {})
end end
end end