mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
deploy: 27978c7186
This commit is contained in:
parent
821d196f23
commit
81365800f7
1 changed files with 33 additions and 6 deletions
39
options.html
39
options.html
|
@ -29346,6 +29346,31 @@ null or string</p>
|
||||||
<p><span class="emphasis"><em>Default:</em></span>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">"<leader>sc"</code></p>
|
<code class="literal">"<leader>sc"</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">
|
||||||
|
<nvf/modules/plugins/session/nvim-session-manager/nvim-session-manager.nix>
|
||||||
|
</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 they’re
|
||||||
|
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>
|
<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>
|
||||||
|
@ -29362,10 +29387,11 @@ null or string</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<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">"Disabled"</code>, <code class="literal">"CurrentDir"</code>, <code class="literal">"LastSession</code> in which case the value
|
||||||
|
will be inserted into <code class="literal">sm.AutoloadMode.<value></code>, or an inline Lua value.</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<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>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">"LastSession"</code></p>
|
<code class="literal">"LastSession"</code></p>
|
||||||
|
@ -29460,7 +29486,8 @@ list of string</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>Plugin will not save a session when no buffers are opened, or all of them aren’t 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>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
boolean</p>
|
boolean</p>
|
||||||
|
@ -29508,7 +29535,7 @@ boolean</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<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>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
boolean</p>
|
boolean</p>
|
||||||
|
@ -29556,7 +29583,7 @@ string</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>Shorten the display path if length exceeds this threshold. Use 0 if don’t 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 don’t want to shorten the path at all</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
null or signed integer</p>
|
null or signed integer</p>
|
||||||
|
@ -29604,7 +29631,7 @@ string</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<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>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
boolean</p>
|
boolean</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue