Compare commits

..

No commits in common. "508c3ff19da16fbc7c5b40940f2cd8f59411cd62" and "27f03e2390124cbaa53aced1f832be5d44c4cc42" have entirely different histories.

2 changed files with 1 additions and 50 deletions

View file

@ -428,7 +428,7 @@ For example:</p><pre><code class="programlisting nix">{
snippets of configuration via the DAG system. It will allow specifying positions
of individual sections of configuration as needed. nvf provides helper functions
in the extended library, usually under <code class="literal">inputs.nvf.lib.nvim.dag</code> that you may
use.</p><p>Please refer to the <a class="link" href="index.xhtml#ch-dag-entries" title="DAG entries in nvf" >DAG section</a> in the nvf manual
use.</p><p>Please refer to the <a class="link" href="/index.xhtml#ch-dag-entries" target="_top">DAG section</a> in the nvf manual
to find out more about the DAG system.</p></div>
</div><div class="section"> <div class="titlepage"> <div> <div> <h3 id="sec-lazy-method" class="title" >Lazy Method </h3> </div> </div></div><p>As of version <span class="strong"><strong>0.7</strong></span>, we exposed an API for configuring lazy-loaded plugins via
<code class="literal">lz.n</code> and <code class="literal">lzn-auto-require</code>.</p><pre><code class="programlisting nix">{

View file

@ -22395,55 +22395,6 @@ null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&lt;C-f&gt;&quot;</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/lsp/lspsaga/lspsaga.nix" target="_top">
&lt;nvf/modules/plugins/lsp/lspsaga/lspsaga.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-vim.lsp.lspsaga.setupOpts"></a><a class="term" href="options.html#opt-vim.lsp.lspsaga.setupOpts"><code class="option">vim.lsp.lspsaga.setupOpts</code>
</a>
</span>
</dt>
<dd>
<p>Option table to pass into the setup function of lspsaga</p><p>You can pass in any additional options even if theyre
not listed in the docs</p>
<p><span class="emphasis"><em>Type:</em></span>
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/lsp/lspsaga/lspsaga.nix" target="_top">
&lt;nvf/modules/plugins/lsp/lspsaga/lspsaga.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-vim.lsp.lspsaga.setupOpts.border_style"></a><a class="term" href="options.html#opt-vim.lsp.lspsaga.setupOpts.border_style"><code class="option">vim.lsp.lspsaga.setupOpts.border_style</code>
</a>
</span>
</dt>
<dd>
<p>Border type, see <span class="command"><strong>:help nvim_open_win</strong></span></p>
<p><span class="emphasis"><em>Type:</em></span>
one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;rounded&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>