mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/lspkind: undefined variable
This commit is contained in:
parent
a2a558d15e
commit
4530a35bad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue