mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(blink): unset provider.kind
This commit is contained in:
parent
d95e530c02
commit
38e65191dd
1 changed files with 5 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ return {
|
||||||
table.insert(enabled, source)
|
table.insert(enabled, source)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Unset custom prop to pass blink.cmp validation
|
||||||
opts.sources.compat = nil
|
opts.sources.compat = nil
|
||||||
|
|
||||||
-- check if we need to override symbol kinds
|
-- check if we need to override symbol kinds
|
||||||
|
|
@ -115,6 +117,9 @@ return {
|
||||||
end
|
end
|
||||||
return items
|
return items
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Unset custom prop to pass blink.cmp validation
|
||||||
|
provider.kind = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue