mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 23:58:40 +00:00
Compare commits
No commits in common. "27f03e2390124cbaa53aced1f832be5d44c4cc42" and "05ba2a74db73d4c6529ad0dda6e1a8ac63eda6b4" have entirely different histories.
27f03e2390
...
05ba2a74db
1 changed files with 31 additions and 6 deletions
37
options.html
37
options.html
|
|
@ -5528,16 +5528,41 @@ boolean</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<span class="term">
|
<span class="term">
|
||||||
<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 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>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>Map of filetype to formatters. This option takes a set of <code class="literal">key = value</code>
|
<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
|
||||||
format where the <code class="literal">value</code> will be converted to its Lua equivalent
|
not listed in the docs</p>
|
||||||
through `toLuaObject. You are responsible for passing the correct Nix
|
|
||||||
data types to generate a correct Lua value that conform is able to
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
accept.</p>
|
anything</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