Added nvim-cmp as dependency for vim-dadbod-completion

This commit is contained in:
2026-02-03 13:03:52 -07:00
parent 8fbe4074bf
commit 5b6c9c986f

View File

@@ -47,6 +47,7 @@ return {
dependencies = { dependencies = {
"tpope/vim-dadbod", "tpope/vim-dadbod",
"hrsh7th/nvim-cmp", "hrsh7th/nvim-cmp",
"nvim-cmp",
}, },
ft = { "sql", "mysql", "plsql" }, ft = { "sql", "mysql", "plsql" },
init = function() init = function()