diff --git a/options.html b/options.html index 8500f4ab..851ef4fe 100644 --- a/options.html +++ b/options.html @@ -6217,6 +6217,13 @@ manually set any options not listed above.
Type
}
Declared by: Whether to enable the Vint linter for Vimscript. Type: boolean Default: Example: Declared by: The vim-vint package to use. Type: package Default: Declared by: Configuration written to
+ Type: YAML value Default: Declared by: Whether to enable Visual Studio Code. Type: boolean Default: Example: Declared by: Whether to enable update notifications for extensions. Type: boolean Default: Declared by:
<home-manager/modules/programs/vim.nix>
+
programs.vim-vint.enable
false
true
+ <home-manager/modules/programs/vim-vint.nix>
+
programs.vim-vint.package
pkgs.vim-vint
+ <home-manager/modules/programs/vim-vint.nix>
+
programs.vim-vint.settings
$XDG_CONFIG_HOME/.vintrc.yaml
{ }
+ <home-manager/modules/programs/vim-vint.nix>
programs.vscode.enable
false
true
<home-manager/modules/programs/vscode.nix>
programs.vscode.enableExtensionUpdateCheck
true