Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

windsurf-nvim

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

Maintainers: Gaetan Lepage, Austin Horstman


A native neovim extension for Codeium.


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.callSetup

Whether to generate the standard require('codeium').setup(...) call for this plugin.

By default, this follows the plugin’s built-in behavior. Set this to false to disable the generated setup call, or to true to force it even when the plugin would only call it conditionally.

Type: null or boolean

Default:

null

Declared by:

plugins.windsurf-nvim.settings

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

Type: lua value

Default:

{ }

Example:

{
  enable_chat = true;
}

Declared by: