diff --git a/options.html b/options.html index 0203bfd..77156cb 100644 --- a/options.html +++ b/options.html @@ -583,6 +583,13 @@ If you are using a flutter SDK installed from a different source and encounter t <neovim-flake/modules/languages/markdown/markdown.nix>
vim.languages.nix.enable
Whether to enable Nix language support.
Type: boolean
Default: false
Example: true
Declared by:
<neovim-flake/modules/languages/nix.nix>
+ |
vim.languages.nix.extraDiagnostics.enable
Enable extra Nix diagnostics
Type: boolean
Default: false
Declared by:
+ <neovim-flake/modules/languages/nix.nix>
+ |
vim.languages.nix.extraDiagnostics.types
List of Nix diagnostics to enable
Type: list of (one of "deadnix", "statix" or (submodule))
Default:
[ + "statix" + "deadnix" +]
Declared by:
+ <neovim-flake/modules/languages/nix.nix>
|
vim.languages.nix.format.enable
Whether to enable Enable Nix formatting.
Type: boolean
Default: false
Example: true
Declared by:
<neovim-flake/modules/languages/nix.nix>
|
vim.languages.nix.format.package
Nix formatter package
Type: package
Default: <derivation alejandra-3.0.0>
Declared by:
|