windsurf-nvim

URL: https://github.com/Exafunction/windsurf.nvim/

Maintainers: Gaetan Lepage, Austin Horstman


By default, enabling this plugin will also install the curl, gzip, coreutils, util-linux and codeium packages (via the dependencies.*.enable options`).

You are free to configure dependencies.*.enable and dependencies.*.package to disable or customize this behavior, respectively.

plugins.windsurf-nvim.enable

Whether to enable windsurf.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.windsurf-nvim.package

The windsurf.nvim package to use.

Type: package

Default: pkgs.vimPlugins.windsurf-nvim

Declared by:

plugins.windsurf-nvim.autoLoad

Whether to automatically load windsurf.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.windsurf-nvim.settings

Options provided to the require('codeium').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  enable_chat = true;
}

Declared by: