mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-12 07:48:56 +00:00
deploy: ab4b268efc
This commit is contained in:
parent
0d3673c07a
commit
747b600557
81 changed files with 30 additions and 382455 deletions
28
options.html
28
options.html
|
|
@ -10323,7 +10323,7 @@
|
|||
<details class="toc-category">
|
||||
<summary title="vim.lsp">
|
||||
<span>vim.lsp</span>
|
||||
<span class="toc-count">161</span>
|
||||
<span class="toc-count">162</span>
|
||||
</summary>
|
||||
<ul>
|
||||
|
||||
|
|
@ -11217,6 +11217,14 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.lsp.presets.phpantom.enable' title="vim.lsp.presets.phpantom.enable">
|
||||
presets.phpantom.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim.lsp.presets.pyrefly.enable' title="vim.lsp.presets.pyrefly.enable">
|
||||
presets.pyrefly.enable
|
||||
|
|
@ -33275,7 +33283,7 @@ have any of these filetypes.</p>
|
|||
<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 (one of "phpactor", "phan", "intelephense")</code></div>
|
||||
<div class="option-type">Type: <code>list of (one of "phpactor", "phan", "intelephense", "phpantom")</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>PHP LSP server to use</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>[
|
||||
|
|
@ -38277,6 +38285,22 @@ Use <code class="nixos-option">vim.lsp.servers.phpactor</code> for customization
|
|||
<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/lsp/presets/phpactor.nix" target="_blank"><nvf/modules/plugins/lsp/presets/phpactor.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.lsp.presets.phpantom.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.lsp.presets.phpantom.enable" class="option-anchor">vim.lsp.presets.phpantom.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 the PHPantom Language Server.
|
||||
Default <code>filetypes = [ ]</code>.
|
||||
Use <code class="nixos-option">vim.lsp.servers.phpantom</code> for customization
|
||||
.</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/lsp/presets/phpantom.nix" target="_blank"><nvf/modules/plugins/lsp/presets/phpantom.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim.lsp.presets.pyrefly.enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim.lsp.presets.pyrefly.enable" class="option-anchor">vim.lsp.presets.pyrefly.enable</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue