add buffer completion to dadbod plugin
This commit is contained in:
parent
8a2fe09e6d
commit
207e7c1f20
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ return {
|
||||||
callback = function()
|
callback = function()
|
||||||
---@diagnostic disable-next-line: missing-fields
|
---@diagnostic disable-next-line: missing-fields
|
||||||
require("cmp").setup.buffer({
|
require("cmp").setup.buffer({
|
||||||
sources = { { name = "vim-dadbod-completion" } },
|
sources = { { name = "vim-dadbod-completion" }, { name = "buffer" } },
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue