From ffd37a91decbaf7708002fbd2f956bed6201ca31 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 18 Aug 2025 10:43:23 +0000 Subject: [PATCH] Deploy PR #1082 preview --- docs-preview-1082/options.html | 181 +++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) diff --git a/docs-preview-1082/options.html b/docs-preview-1082/options.html index 0eb2a109..45f9d3cf 100644 --- a/docs-preview-1082/options.html +++ b/docs-preview-1082/options.html @@ -17917,6 +17917,187 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/html.nix> + +
+ +
+ + vim.languages.html.extraDiagnostics.enable + + +
+
+

Whether to enable extra HTML diagnostics.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/html.nix> + +
+
+
+ + vim.languages.html.extraDiagnostics.types + + +
+
+

List of HTML diagnostics to enable

+ +

Type: +list of (value “htmlhint” (singular enum) or (submodule))

+ +

Default:

[
+  "htmlhint"
+]
+
+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/html.nix> + +
+
+
+ + vim.languages.html.format.enable + + +
+
+

Whether to enable HTML formatting.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/html.nix> + +
+
+
+ + vim.languages.html.format.package + + +
+
+

HTML formatter package

+ +

Type: +package

+ +

Default: +<derivation superhtml_fmt>

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/html.nix> + +
+
+
+ + vim.languages.html.format.type + + +
+
+

HTML formatter to use

+ +

Type: +value “superhtml” (singular enum)

+ +

Default: +"superhtml"

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/html.nix> + +
+
+
+ + vim.languages.html.lsp.enable + + +
+
+

Whether to enable HTML LSP support.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/html.nix> + +
+
+
+ + vim.languages.html.lsp.servers + + +
+
+

HTML LSP server to use

+ +

Type: +(list of value “superhtml” (singular enum)) or value “superhtml” (singular enum) convertible to it

+ +

Default:

[
+  "superhtml"
+]
+
+

Declared by: