mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-05 18:40:53 +00:00
deploy: d847d401be
This commit is contained in:
parent
1d7a4f0473
commit
697bebfebb
16 changed files with 67 additions and 57597 deletions
64
options.html
64
options.html
|
|
@ -5330,7 +5330,7 @@
|
|||
<details class="toc-category">
|
||||
<summary title="vim.languages">
|
||||
<span>vim.languages</span>
|
||||
<span class="toc-count">477</span>
|
||||
<span class="toc-count">480</span>
|
||||
</summary>
|
||||
<ul>
|
||||
|
||||
|
|
@ -6208,6 +6208,30 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-gettext-enable' title="vim.languages.gettext.enable">
|
||||
gettext.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-gettext-treesitter-enable' title="vim.languages.gettext.treesitter.enable">
|
||||
gettext.treesitter.enable
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-gettext-treesitter-package' title="vim.languages.gettext.treesitter.package">
|
||||
gettext.treesitter.package
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-languages-gleam-enable' title="vim.languages.gleam.enable">
|
||||
gleam.enable
|
||||
|
|
@ -28163,6 +28187,44 @@ missing from <code>PATH</code>", leave this option disabled.</p>
|
|||
<div class="option-default">Default: <code>pkgs.vimPlugins.nvim-treesitter.grammarPlugins.fsharp</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/fsharp.nix" target="_blank"><nvf/modules/plugins/languages/fsharp.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-gettext-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-gettext-enable" class="option-anchor">vim.languages.gettext.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 gettext portable object 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/gettext.nix" target="_blank"><nvf/modules/plugins/languages/gettext.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-gettext-treesitter-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-gettext-treesitter-enable" class="option-anchor">vim.languages.gettext.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 gettext portable object language treesitter.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>config.vim.languages.enableTreesitter</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/gettext.nix" target="_blank"><nvf/modules/plugins/languages/gettext.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-gettext-treesitter-package">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-gettext-treesitter-package" class="option-anchor">vim.languages.gettext.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>null or package</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>The po treesitter package to use.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>pkgs.vimPlugins.nvim-treesitter.grammarPlugins.po</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/gettext.nix" target="_blank"><nvf/modules/plugins/languages/gettext.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-languages-gleam-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-languages-gleam-enable" class="option-anchor">vim.languages.gleam.enable</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue