Skip to content

info: Setup for using with blink.cmp #29

@phdah

Description

@phdah

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions