plugins/lspkind: undefined variable

This commit is contained in:
Sergio Ribera 2024-04-27 18:25:53 -04:00 committed by Gaétan Lepage
parent a2a558d15e
commit 4530a35bad

View file

@ -79,7 +79,7 @@ in
function(entry, vim_item)
local kind = require('lspkind').cmp_format(${helpers.toLuaObject options})(entry, vim_item)
return (${cfg.cmp.after})(entry, vim_after, kind)
return (${cfg.cmp.after})(entry, vim_item, kind)
end
''
else