mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(blink): config breaking changes. Fixes #4990
This commit is contained in:
parent
9ad1c49b67
commit
439340bd8a
3 changed files with 13 additions and 19 deletions
|
@ -130,9 +130,7 @@ return {
|
|||
optional = true,
|
||||
opts = {
|
||||
sources = {
|
||||
completion = {
|
||||
enabled_providers = { "dadbod" },
|
||||
},
|
||||
default = { "dadbod" },
|
||||
providers = {
|
||||
dadbod = { name = "Dadbod", module = "vim_dadbod_completion.blink" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue