Skip to content

Confusing install steps for blinkΒ #321

@martisj

Description

@martisj

I use blink.cmp and want to use Windsurf/Codeium (what should I call it?) and find these instructions.
First it's the default install:

{
    "Exafunction/windsurf.nvim",
    dependencies = {
        "nvim-lua/plenary.nvim",
        "hrsh7th/nvim-cmp",
    },
    config = function()
        require("codeium").setup({
        })
    end
}

It says the plugin name is windsurf.nvim. Then in the blink.cmp section it says this:

{
  'saghen/blink.cmp',
  dependencies = {
    {
      'Exafunction/codeium.nvim',
    },
  },
  opts = {
    sources = {
      default = { 'lsp', 'path', 'snippets', 'buffer', 'codeium' },
      providers = {
        codeium = { name = 'Codeium', module = 'codeium.blink', async = true },
      },
    },
  },
}

Here the dependency is codeium.nvim, which one is it?
For those that want to use blink, do we add saghen/blink.cmp to the dependency table for Exafunction/windsurf.nvim and set the dependency for saghen/blink.cmp to Exafunction/windsurf.nvim ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions