lspkind: fix bug

This commit is contained in:
Pedro Alves 2022-11-10 18:56:48 +00:00
parent 8d5967c1cb
commit 52e605166b

View file

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