mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(blink): remove unneeded code
This commit is contained in:
parent
29460318f3
commit
d95e530c02
1 changed files with 0 additions and 6 deletions
|
@ -94,12 +94,6 @@ return {
|
||||||
end
|
end
|
||||||
opts.sources.compat = nil
|
opts.sources.compat = nil
|
||||||
|
|
||||||
-- TODO: remove when blink made a new release > 0.7.6
|
|
||||||
if not vim.g.lazyvim_blink_main then
|
|
||||||
opts.sources.completion = opts.sources.completion or {}
|
|
||||||
opts.sources.completion.enabled_providers = enabled
|
|
||||||
end
|
|
||||||
|
|
||||||
-- check if we need to override symbol kinds
|
-- check if we need to override symbol kinds
|
||||||
for _, provider in pairs(opts.sources.providers or {}) do
|
for _, provider in pairs(opts.sources.providers or {}) do
|
||||||
---@cast provider blink.cmp.SourceProviderConfig|{kind?:string}
|
---@cast provider blink.cmp.SourceProviderConfig|{kind?:string}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue