mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35:08 +02:00
lspkind: fix bug
This commit is contained in:
parent
52e605166b
commit
faf0a946b4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,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_after, kind)
|
||||
end
|
||||
'' else ''
|
||||
require('lspkind').cmp_format(${helpers.toLuaObject options})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue