nvim: add vim-dadbod with UI and completion

This commit is contained in:
2024-06-29 12:42:17 +02:00
parent b73ebaf338
commit d9f7f0961f
3 changed files with 26 additions and 0 deletions

View File

@@ -68,5 +68,11 @@ return {
{ name = 'path' },
},
}
cmp.setup.filetype('sql', {
sources = {
{ name = 'vim-dadbod-completion' },
{ name = 'buffer' },
},
})
end,
}