colorschemes.vscode.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  callback = {
    __raw = ''
      function()
        print('nixvim')
      end
    '';
  };
  foo_bar = 42;
  hostname = "localhost:8080";
}

Declared by:

colorschemes.vscode.settings.color_overrides

A dictionary of color overrides. See https://github.com/Mofiqul/vscode.nvim/blob/main/lua/vscode/colors.lua for color names.

Type: null or (attribute set of (string or raw lua code))

Default: null

Plugin default: { }

Declared by:

colorschemes.vscode.settings.disable_nvimtree_bg

Whether to disable nvim-tree background

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

colorschemes.vscode.settings.italic_comments

Whether to enable italic comments

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

colorschemes.vscode.settings.transparent

Whether to enable transparent background

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

Whether to underline links

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: