fix(extras): add blink.cmp integration for vim-dadbod-completion

This commit is contained in:
Jørgen Høhling Blakey 2024-11-18 23:34:17 +01:00
parent 0352f944c3
commit 49b80ea1d8
No known key found for this signature in database
GPG key ID: C1129C97527B4F3F

View file

@ -122,6 +122,25 @@ return {
end, end,
}, },
-- blink.cmp integration
{
"saghen/blink.cmp",
optional = true,
opts = {
sources = {
completion = {
enabled_providers = { "dadbod" },
},
providers = {
dadbod = { name = "Dadbod", module = "vim_dadbod_completion.blink" },
},
},
},
dependencies = {
"kristijanhusak/vim-dadbod-completion",
},
},
-- Linters & formatters -- Linters & formatters
{ {
"williamboman/mason.nvim", "williamboman/mason.nvim",