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

vscode

URL: https://github.com/Mofiqul/vscode.nvim/

Maintainers: Loïc Reynier

colorschemes.vscode.enable

Whether to enable vscode.

Type: boolean

Default: false

Example: true

Declared by:

colorschemes.vscode.package

The vscode package to use.

Type: package

Default: pkgs.vimPlugins.vscode-nvim

Declared by:

colorschemes.vscode.autoLoad

Whether to automatically load vscode when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

colorschemes.vscode.settings

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

Type: lua value

Default: { }

Example:

{
  color_overrides = {
    vscLineNumber = "#FFFFFF";
  };
  italic_comments = true;
  italic_inlayhints = true;
  terminal_colors = true;
  transparent = true;
  underline_links = true;
}

Declared by: