This commit is contained in:
NotAShelf 2025-03-04 20:35:02 +00:00
commit 81365800f7

View file

@ -29346,6 +29346,31 @@ null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&lt;leader&gt;sc&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/session/nvim-session-manager/nvim-session-manager.nix" target="_top">
&lt;nvf/modules/plugins/session/nvim-session-manager/nvim-session-manager.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-vim.session.nvim-session-manager.setupOpts"></a><a class="term" href="options.html#opt-vim.session.nvim-session-manager.setupOpts"><code class="option">vim.session.nvim-session-manager.setupOpts</code>
</a>
</span>
</dt>
<dd>
<p>Option table to pass into the setup function of which-key</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>
@ -29362,10 +29387,11 @@ null or string</p>
</span>
</dt>
<dd>
<p>Define what to do when Neovim is started without arguments. Possible values: Disabled, CurrentDir, LastSession</p>
<p>Define what to do when Neovim is started without arguments.</p><p>Takes either one of <code class="literal">&quot;Disabled&quot;</code>, <code class="literal">&quot;CurrentDir&quot;</code>, <code class="literal">&quot;LastSession</code> in which case the value
will be inserted into <code class="literal">sm.AutoloadMode.&lt;value&gt;</code>, or an inline Lua value.</p>
<p><span class="emphasis"><em>Type:</em></span>
one of “Disabled”, “CurrentDir”, “LastSession”</p>
one of “Disabled”, “CurrentDir”, “LastSession” or (luaInline)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;LastSession&quot;</code></p>
@ -29460,7 +29486,8 @@ list of string</p>
</span>
</dt>
<dd>
<p>Plugin will not save a session when no buffers are opened, or all of them arent writable or listed</p>
<p>Plugin will not save a session when no buffers are opened, or all of them are
not writable or listed</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
@ -29508,7 +29535,7 @@ boolean</p>
</span>
</dt>
<dd>
<p>Always autosaves session. If true, only autosaves after a session is active</p>
<p>Always autosaves session. If <code class="literal">true</code>, only autosaves after a session is active</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
@ -29556,7 +29583,7 @@ string</p>
</span>
</dt>
<dd>
<p>Shorten the display path if length exceeds this threshold. Use 0 if dont want to shorten the path at all</p>
<p>Shorten the display path if length exceeds this threshold.</p><p>Use <code class="literal">0</code> if dont want to shorten the path at all</p>
<p><span class="emphasis"><em>Type:</em></span>
null or signed integer</p>
@ -29604,7 +29631,7 @@ string</p>
</span>
</dt>
<dd>
<p>Whether or not we should use dressing.nvim to build a session picker UI</p>
<p>Whether we should use <code class="literal">dressing.nvim</code> to build a session picker UI</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>