This commit is contained in:
horriblename 2026-02-11 12:41:39 +00:00
commit 96753dfa7c
16 changed files with 49 additions and 55578 deletions

View file

@ -5330,7 +5330,7 @@
<details class="toc-category">
<summary title="vim.languages">
<span>vim.languages</span>
<span class="toc-count">410</span>
<span class="toc-count">412</span>
</summary>
<ul>
@ -7256,6 +7256,22 @@
</a>
</li>
<li>
<a href='#option-vim-languages-php-format-enable' title="vim.languages.php.format.enable">
php.format.enable
</a>
</li>
<li>
<a href='#option-vim-languages-php-format-type' title="vim.languages.php.format.type">
php.format.type
</a>
</li>
<li>
<a href='#option-vim-languages-php-lsp-enable' title="vim.languages.php.lsp.enable">
php.lsp.enable
@ -29191,6 +29207,33 @@ have any of these filetypes.</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/php.nix" target="_blank">&lt;nvf/modules/plugins/languages/php.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim-languages-php-format-enable">
<h3 class="option-name">
<a href="#option-vim-languages-php-format-enable" class="option-anchor">vim.languages.php.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/php.nix" target="_blank">&lt;nvf/modules/plugins/languages/php.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim-languages-php-format-type">
<h3 class="option-name">
<a href="#option-vim-languages-php-format-type" class="option-anchor">vim.languages.php.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 "php_cs_fixer" (singular enum)</code></div>
<div class="option-description"><html><head></head><body><p>PHP formatter to use</p>
</body></html></div>
<div class="option-default">Default: <code>[
"php_cs_fixer"
]</code></div>
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/php.nix" target="_blank">&lt;nvf/modules/plugins/languages/php.nix&gt;</a></code></div>
</div>
<div class="option" id="option-vim-languages-php-lsp-enable">
<h3 class="option-name">
<a href="#option-vim-languages-php-lsp-enable" class="option-anchor">vim.languages.php.lsp.enable</a>