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