From 3aad337776cc257af9cec8b0b7c20d36a32076f3 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 31 Jul 2023 10:46:10 +0000 Subject: [PATCH] deploy: a100d26e518eb5080f71bd014d00af5491ac7e99 --- options.html | 7 +++++++ 1 file changed, 7 insertions(+) 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.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: