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.
Plugin default: {}
Type: null or (attribute set of (string or raw lua code))
Default:
null
Declared by:
colorschemes.vscode.settings.disable_nvimtree_bg
Whether to disable nvim-tree background
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
colorschemes.vscode.settings.group_overrides
A dictionary of group names, each associated with a dictionary of parameters
(bg
, fg
, sp
and style
) and colors in hex.
Plugin default: {}
Type: null or (attribute set of ((attribute set) or raw lua code))
Default:
null
Declared by:
colorschemes.vscode.settings.italic_comments
Whether to enable italic comments
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
colorschemes.vscode.settings.transparent
Whether to enable transparent background
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
colorschemes.vscode.settings.underline_links
Whether to underline links
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by: