mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-15 00:58:37 +00:00
Deploy PR #725 preview
This commit is contained in:
parent
76825e91bc
commit
f8d63899c6
1 changed files with 7 additions and 4 deletions
|
@ -3527,14 +3527,17 @@ list of (null or package or one of “aerial-nvim”, “alpha-nvim”, “base1
|
|||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of (null or string)</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">{
|
||||
buffer = "[Buffer]";
|
||||
nvim-cmp = null;
|
||||
path = "[Path]";
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
nvim-cmp = null;
|
||||
buffer = "[Buffer]";
|
||||
nvim-cmp = null;
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
|
|
Loading…
Add table
Reference in a new issue