diff --git a/options.html b/options.html index 0203bfdd..77156cb6 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.enableWhether to enable Nix language support.
Type: boolean
Default: false
Example: true
Declared by:
<neovim-flake/modules/languages/nix.nix>
+ |
vim.languages.nix.extraDiagnostics.enableEnable extra Nix diagnostics
Type: boolean
Default: false
Declared by:
+ <neovim-flake/modules/languages/nix.nix>
+ |
vim.languages.nix.extraDiagnostics.typesList 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.enableWhether to enable Enable Nix formatting.
Type: boolean
Default: false
Example: true
Declared by:
<neovim-flake/modules/languages/nix.nix>
|
vim.languages.nix.format.packageNix formatter package
Type: package
Default: <derivation alejandra-3.0.0>
Declared by:
|