Compare commits

...

4 commits

Author SHA1 Message Date
NotAShelf
508c3ff19d deploy: af26fb3c7d 2025-03-17 17:32:43 +00:00
NotAShelf
de6bade34c deploy: 0367f490ba 2025-03-17 17:28:29 +00:00
GitHub Actions
4949d37f5f Deploy PR #719 preview 2025-03-17 12:34:41 +00:00
GitHub Actions
7b809e25dc Deploy PR #643 preview 2025-03-17 12:01:49 +00:00
2 changed files with 50 additions and 1 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 snippets of configuration via the DAG system. It will allow specifying positions
of individual sections of configuration as needed. nvf provides helper functions 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 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" target="_top">DAG section</a> in the nvf manual 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
to find out more about the DAG system.</p></div> 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 </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">{ <code class="literal">lz.n</code> and <code class="literal">lzn-auto-require</code>.</p><pre><code class="programlisting nix">{

View file

@ -22395,6 +22395,55 @@ null or string</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&lt;C-f&gt;&quot;</code></p> <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> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
<tr><td> <tr><td>