If you are like me, and migrated over to blink.cmp, you can use the cmp-dbee through the blink.compat plugin. Here is how you can set it up.
require("blink-cmp").setup({
sources = {
default = {'lsp', 'path', 'snippets', 'buffer'},
per_filetype = {
-- Dbee
sql = {'dbee', 'buffer'} -- Add any other source to include here
},
providers = {
dbee = {name = 'cmp-dbee', module = 'blink.compat.source'}
},
})
Was considering making a PR for updating the README.md, but due to the beta state of blink that is a bad idé since they have breaking changes all the time.
If you are like me, and migrated over to blink.cmp, you can use the
cmp-dbeethrough the blink.compat plugin. Here is how you can set it up.Was considering making a PR for updating the
README.md, but due to thebetastate ofblinkthat is a bad idé since they have breaking changes all the time.