mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +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
|
||||
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
|
||||
for _, provider in pairs(opts.sources.providers or {}) do
|
||||
---@cast provider blink.cmp.SourceProviderConfig|{kind?:string}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue