mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-08 03:11:36 +00:00
deploy: bc978c4fad
This commit is contained in:
parent
05ba2a74db
commit
b04e358798
1 changed files with 6 additions and 31 deletions
37
options.html
37
options.html
|
@ -5528,41 +5528,16 @@ boolean</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<span class="term">
|
<span class="term">
|
||||||
<a id="opt-vim.diagnostics.nvim-lint.setupOpts"></a><a class="term" href="options.html#opt-vim.diagnostics.nvim-lint.setupOpts"><code class="option">vim.diagnostics.nvim-lint.setupOpts</code>
|
<a id="opt-vim.diagnostics.nvim-lint.linters_by_ft"></a><a class="term" href="options.html#opt-vim.diagnostics.nvim-lint.linters_by_ft"><code class="option">vim.diagnostics.nvim-lint.linters_by_ft</code>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>Option table to pass into the setup function of nvim-lint</p><p>You can pass in any additional options even if they’re
|
<p>Map of filetype to formatters. This option takes a set of <code class="literal">key = value</code>
|
||||||
not listed in the docs</p>
|
format where the <code class="literal">value</code> will be converted to its Lua equivalent
|
||||||
|
through `toLuaObject. You are responsible for passing the correct Nix
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
data types to generate a correct Lua value that conform is able to
|
||||||
anything</p>
|
accept.</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Default:</em></span>
|
|
||||||
<code class="literal">{ }</code></p>
|
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
|
||||||
<table border="0" summary="Simple list" class="simplelist">
|
|
||||||
<tr><td>
|
|
||||||
<code class="filename"><a class="filename" href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/diagnostics/nvim-lint/nvim-lint.nix" target="_top">
|
|
||||||
<nvf/modules/plugins/diagnostics/nvim-lint/nvim-lint.nix>
|
|
||||||
</a></code>
|
|
||||||
</td></tr>
|
|
||||||
</table>
|
|
||||||
</dd>
|
|
||||||
<dt>
|
|
||||||
<span class="term">
|
|
||||||
<a id="opt-vim.diagnostics.nvim-lint.setupOpts.linters_by_ft"></a><a class="term" href="options.html#opt-vim.diagnostics.nvim-lint.setupOpts.linters_by_ft"><code class="option">vim.diagnostics.nvim-lint.setupOpts.linters_by_ft</code>
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
</dt>
|
|
||||||
<dd>
|
|
||||||
<p>Map of filetype to formatters. This option takes a set of
|
|
||||||
<code class="literal">key = value</code> format where the <code class="literal">value</code> 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.</p>
|
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
attribute set of list of string</p>
|
attribute set of list of string</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue