From b04e3587985cfdd92786f1b7f1a2f4062a187568 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 17 Mar 2025 08:47:41 +0000 Subject: [PATCH] deploy: bc978c4fad0645a2cc010783b2f411b8800e9a37 --- options.html | 37 ++++++------------------------------- 1 file changed, 6 insertions(+), 31 deletions(-) diff --git a/options.html b/options.html index 29c8d9d3..10a4dfb6 100644 --- a/options.html +++ b/options.html @@ -5528,41 +5528,16 @@ boolean

- vim.diagnostics.nvim-lint.setupOpts + vim.diagnostics.nvim-lint.linters_by_ft
-

Option table to pass into the setup function of nvim-lint

You can pass in any additional options even if they’re -not listed in the docs

- -

Type: -anything

- -

Default: -{ }

- -

Declared by:

- - -
- -<nvf/modules/plugins/diagnostics/nvim-lint/nvim-lint.nix> - -
-
-
- - vim.diagnostics.nvim-lint.setupOpts.linters_by_ft - - -
-
-

Map of filetype to formatters. This option takes a set of -key = value format where the value will be converted -to its Lua equivalent. You are responsible for passing the -correct Nix data types to generate a correct Lua value that -conform is able to accept.

+

Map of filetype to formatters. This option takes a set of key = value +format where the value will be converted to its Lua equivalent +through `toLuaObject. You are responsible for passing the correct Nix +data types to generate a correct Lua value that conform is able to +accept.

Type: attribute set of list of string