mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-05 00:12:55 +00:00
Compare commits
2 commits
c610c11afc
...
09384cec74
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09384cec74 | ||
|
|
d984dab321 |
3 changed files with 199 additions and 2 deletions
File diff suppressed because one or more lines are too long
193
options.html
193
options.html
|
|
@ -5330,7 +5330,7 @@
|
|||
<details class="toc-category">
|
||||
<summary title="vim.languages">
|
||||
<span>vim.languages</span>
|
||||
<span class="toc-count">453</span>
|
||||
<span class="toc-count">462</span>
|
||||
</summary>
|
||||
<ul>
|
||||
|
||||
|
|
@ -8560,6 +8560,78 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-twig-enable' title="vim.languages.twig.enable">
|
||||
twig.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-twig-extraDiagnostics-enable' title="vim.languages.twig.extraDiagnostics.enable">
|
||||
twig.extraDiagnostics.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-twig-extraDiagnostics-types' title="vim.languages.twig.extraDiagnostics.types">
|
||||
twig.extraDiagnostics.types
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-twig-format-enable' title="vim.languages.twig.format.enable">
|
||||
twig.format.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-twig-format-type' title="vim.languages.twig.format.type">
|
||||
twig.format.type
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-twig-lsp-enable' title="vim.languages.twig.lsp.enable">
|
||||
twig.lsp.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-twig-lsp-servers' title="vim.languages.twig.lsp.servers">
|
||||
twig.lsp.servers
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-twig-treesitter-enable' title="vim.languages.twig.treesitter.enable">
|
||||
twig.treesitter.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-twig-treesitter-package' title="vim.languages.twig.treesitter.package">
|
||||
twig.treesitter.package
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-typst-enable' title="vim.languages.typst.enable">
|
||||
typst.enable
|
||||
|
|
@ -31713,6 +31785,125 @@ not listed in the docs</p>
|
|||
<div class="option-default">Default: <code>pkgs.vimPlugins.nvim-treesitter.grammarPlugins.tsx</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/ts.nix" target="_blank"><nvf/modules/plugins/languages/ts.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-twig-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-twig-enable" class="option-anchor">vim.languages.twig.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 Twig templating language support.</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/twig.nix" target="_blank"><nvf/modules/plugins/languages/twig.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-twig-extraDiagnostics-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-twig-extraDiagnostics-enable" class="option-anchor">vim.languages.twig.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 Twig 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/twig.nix" target="_blank"><nvf/modules/plugins/languages/twig.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-twig-extraDiagnostics-types">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-twig-extraDiagnostics-types" class="option-anchor">vim.languages.twig.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 "djlint" (singular enum) or (submodule))</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>List of Twig diagnostics to enable</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
"djlint"
|
||||
]</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/twig.nix" target="_blank"><nvf/modules/plugins/languages/twig.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-twig-format-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-twig-format-enable" class="option-anchor">vim.languages.twig.format.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 PHP formatting.</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/twig.nix" target="_blank"><nvf/modules/plugins/languages/twig.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-twig-format-type">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-twig-format-type" class="option-anchor">vim.languages.twig.format.type</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 "djlint" (singular enum)</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Twig formatter to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
"djlint"
|
||||
]</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/twig.nix" target="_blank"><nvf/modules/plugins/languages/twig.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-twig-lsp-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-twig-lsp-enable" class="option-anchor">vim.languages.twig.lsp.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 Twig LSP support.</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/twig.nix" target="_blank"><nvf/modules/plugins/languages/twig.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-twig-lsp-servers">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-twig-lsp-servers" class="option-anchor">vim.languages.twig.lsp.servers</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 "twig-language-server" (singular enum)</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Twig LSP server to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
"twig-language-server"
|
||||
]</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/twig.nix" target="_blank"><nvf/modules/plugins/languages/twig.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-twig-treesitter-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-twig-treesitter-enable" class="option-anchor">vim.languages.twig.treesitter.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 Twig treesitter.</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/twig.nix" target="_blank"><nvf/modules/plugins/languages/twig.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-twig-treesitter-package">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-twig-treesitter-package" class="option-anchor">vim.languages.twig.treesitter.package</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>package</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>The twig treesitter package to use.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>pkgs.vimPlugins.nvim-treesitter.grammarPlugins.twig</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/twig.nix" target="_blank"><nvf/modules/plugins/languages/twig.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-typst-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-typst-enable" class="option-anchor">vim.languages.typst.enable</a>
|
||||
|
|
|
|||
|
|
@ -2072,6 +2072,12 @@ enabled. Fixes a crash (#1350).</p>
|
|||
<a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer">PHP-CS-Fixer</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Added minimal <code>languages.twig</code>. Currently using <a href="https://djlint.com/">djlint</a>
|
||||
for most options, as better alternatives like
|
||||
<a href="https://github.com/VincentLanglet/Twig-CS-Fixer">twig-cs-fixer</a> aren't
|
||||
packaged for nix.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Didn't Add
|
||||
<a href="https://github.com/NotAShelf/syntax-gaslighting.nvim"><code>syntax-gaslighting</code></a>,
|
||||
you're crazy.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue