This commit is contained in:
NotAShelf 2025-05-06 18:02:27 +00:00
commit aebafaa03f

View file

@ -3609,10 +3609,11 @@ list of (null or package or one of “blink-cmp”, “aerial-nvim”, “alpha-
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (null or string)</p>
<p><span class="emphasis"><em>Default:</em></span>
These sources are included by default:</p><pre><code class="programlisting nix">nvim-cmp = null;
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">{
buffer = &quot;[Buffer]&quot;;
nvim-cmp = null;
path = &quot;[Path]&quot;;
}
</code></pre>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{