Deploy PR #714 preview

This commit is contained in:
GitHub Actions 2025-03-18 20:35:16 +00:00
parent e1a507ff05
commit 704daf2647

View file

@ -2610,6 +2610,54 @@ anything</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/completion/blink-cmp/blink-cmp.nix" target="_top">
&lt;nvf/modules/plugins/completion/blink-cmp/blink-cmp.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap"></a><a class="term" href="options.html#opt-vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap"><code class="option">vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap</code>
</a>
</span>
</dt>
<dd>
<p>blink.cmp cmdline keymap</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of list of (string or (luaInline))</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/completion/blink-cmp/blink-cmp.nix" target="_top">
&lt;nvf/modules/plugins/completion/blink-cmp/blink-cmp.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap.preset"></a><a class="term" href="options.html#opt-vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap.preset"><code class="option">vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap.preset</code>
</a>
</span>
</dt>
<dd>
<p>keymap presets</p>
<p><span class="emphasis"><em>Type:</em></span>
one of “default”, “none”, “super-tab”, “enter”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;none&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -2682,6 +2730,57 @@ signed integer</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">200</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/completion/blink-cmp/blink-cmp.nix" target="_top">
&lt;nvf/modules/plugins/completion/blink-cmp/blink-cmp.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-vim.autocomplete.blink-cmp.setupOpts.completion.menu.auto_show"></a><a class="term" href="options.html#opt-vim.autocomplete.blink-cmp.setupOpts.completion.menu.auto_show"><code class="option">vim.autocomplete.blink-cmp.setupOpts.completion.menu.auto_show</code>
</a>
</span>
</dt>
<dd>
<p>Manages the appearance of the completion menu. You may prevent the menu
from automatically showing by this option to <code class="literal">false</code> and manually showing
it with the show keymap command.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/completion/blink-cmp/blink-cmp.nix" target="_top">
&lt;nvf/modules/plugins/completion/blink-cmp/blink-cmp.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-vim.autocomplete.blink-cmp.setupOpts.fuzzy.implementation"></a><a class="term" href="options.html#opt-vim.autocomplete.blink-cmp.setupOpts.fuzzy.implementation"><code class="option">vim.autocomplete.blink-cmp.setupOpts.fuzzy.implementation</code>
</a>
</span>
</dt>
<dd>
<p>fuzzy matcher implementation for Blink.</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p><code class="literal">&quot;lua&quot;</code>: slower, Lua native fuzzy matcher implementation</p></li><li class="listitem"><p>`“rust”: use the SIMD fuzzy matcher, frizbee</p></li><li class="listitem"><p><code class="literal">&quot;prefer_rust&quot;</code>: use the rust implementation, but fall back to lua</p></li><li class="listitem"><p><code class="literal">&quot;prefer_rust_with_warning&quot;</code>: use the rust implementation, and fall back to lua
if it is not available after emitting a warning.</p></li></ul></div>
<p><span class="emphasis"><em>Type:</em></span>
one of “lua”, “prefer_rust”, “rust”, “prefer_rust_with_warning”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;prefer_rust&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -2698,7 +2797,9 @@ signed integer</p>
</span>
</dt>
<dd>
<p>Auto-downloads prebuilt binaries. Do not enable, it doesnt work on nix</p>
<p>Auto-downloads prebuilt binaries.</p><p>::: .{warning}
Do not enable this option, as it does <span class="strong"><strong>not work</strong></span> on Nix!
:::</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
@ -2815,7 +2916,7 @@ list of string</p>
</span>
</dt>
<dd>
<p>Settings for completion providers</p>
<p>Settings for completion providers.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (anything)</p>
@ -2839,10 +2940,13 @@ attribute set of (anything)</p>
</span>
</dt>
<dd>
<p>module of the provider</p>
<p>Provider module.</p>
<p><span class="emphasis"><em>Type:</em></span>
string</p>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">