fix(blink): unset provider.kind

This commit is contained in:
Jorge Villalobos 2024-12-12 23:13:56 -05:00
parent d95e530c02
commit 38e65191dd
No known key found for this signature in database
GPG key ID: 927677DC8C99CD04

View file

@ -92,6 +92,8 @@ return {
table.insert(enabled, source)
end
end
-- Unset custom prop to pass blink.cmp validation
opts.sources.compat = nil
-- check if we need to override symbol kinds
@ -115,6 +117,9 @@ return {
end
return items
end
-- Unset custom prop to pass blink.cmp validation
provider.kind = nil
end
end