mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
lspkind: fix bug
This commit is contained in:
parent
8d5967c1cb
commit
52e605166b
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue