Fix snr notation

This commit is contained in:
hrsh7th
2022-04-02 01:32:49 +09:00
parent b3ca3fde06
commit 7dbe34e36d

View File

@@ -152,7 +152,7 @@ keymap.solve = function(bufnr, mode, map)
end
if string.find(rhs, lhs, 1, true) == 1 then
local recursive = string.format('<SNR>_0(cmp.u.k.recursive:%s)', lhs)
local recursive = string.format('<SNR>0_(cmp.u.k.recursive:%s)', lhs)
keymap.set_map(bufnr, mode, recursive, lhs, {
noremap = true,
script = map.script,