mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-05 03:15:53 +00:00
deploy: 8aae70026d
This commit is contained in:
parent
eddd47cd50
commit
2d5b779588
55 changed files with 48 additions and 220630 deletions
45
options.html
45
options.html
|
|
@ -5330,7 +5330,7 @@
|
|||
<details class="toc-category">
|
||||
<summary title="vim.languages">
|
||||
<span>vim.languages</span>
|
||||
<span class="toc-count">398</span>
|
||||
<span class="toc-count">400</span>
|
||||
</summary>
|
||||
<ul>
|
||||
|
||||
|
|
@ -6120,6 +6120,22 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-go-extraDiagnostics-enable' title="vim.languages.go.extraDiagnostics.enable">
|
||||
go.extraDiagnostics.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-go-extraDiagnostics-types' title="vim.languages.go.extraDiagnostics.types">
|
||||
go.extraDiagnostics.types
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-go-format-enable' title="vim.languages.go.format.enable">
|
||||
go.format.enable
|
||||
|
|
@ -27174,6 +27190,33 @@ missing from <code>PATH</code>", leave this option disabled.</p>
|
|||
<div class="option-example">Example: <code>true</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/go.nix" target="_blank"><nvf/modules/plugins/languages/go.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-go-extraDiagnostics-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-go-extraDiagnostics-enable" class="option-anchor">vim.languages.go.extraDiagnostics.enable</a>
|
||||
<span class="copy-link" title="Copy link to this option"></span>
|
||||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>boolean</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Whether to enable extra Go diagnostics.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>false</code></div>
|
||||
<div class="option-example">Example: <code>true</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/go.nix" target="_blank"><nvf/modules/plugins/languages/go.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-go-extraDiagnostics-types">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-go-extraDiagnostics-types" class="option-anchor">vim.languages.go.extraDiagnostics.types</a>
|
||||
<span class="copy-link" title="Copy link to this option"></span>
|
||||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>list of (value "golangci-lint" (singular enum) or (submodule))</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>List of Go diagnostics to enable</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
"golangci-lint"
|
||||
]</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/go.nix" target="_blank"><nvf/modules/plugins/languages/go.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-go-format-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-go-format-enable" class="option-anchor">vim.languages.go.format.enable</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue