From 81365800f7aa2fe8748df32c6e46b3762a2e9395 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 4 Mar 2025 20:35:02 +0000 Subject: [PATCH] deploy: 27978c7186b26e78c7765de4c093a816617f9f39 --- options.html | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/options.html b/options.html index b7735c4d..c95a239e 100644 --- a/options.html +++ b/options.html @@ -29346,6 +29346,31 @@ null or string

Default: "<leader>sc"

+

Declared by:

+ + +
+ +<nvf/modules/plugins/session/nvim-session-manager/nvim-session-manager.nix> + +
+ +
+ + vim.session.nvim-session-manager.setupOpts + + +
+
+

Option table to pass into the setup function of which-key

You can pass in any additional options even if they’re +not listed in the docs

+ +

Type: +anything

+ +

Default: +{ }

+

Declared by:

@@ -29362,10 +29387,11 @@ null or string

-

Define what to do when Neovim is started without arguments. Possible values: Disabled, CurrentDir, LastSession

+

Define what to do when Neovim is started without arguments.

Takes either one of "Disabled", "CurrentDir", "LastSession in which case the value +will be inserted into sm.AutoloadMode.<value>, or an inline Lua value.

Type: -one of “Disabled”, “CurrentDir”, “LastSession”

+one of “Disabled”, “CurrentDir”, “LastSession” or (luaInline)

Default: "LastSession"

@@ -29460,7 +29486,8 @@ list of string

-

Plugin will not save a session when no buffers are opened, or all of them aren’t writable or listed

+

Plugin will not save a session when no buffers are opened, or all of them are +not writable or listed

Type: boolean

@@ -29508,7 +29535,7 @@ boolean

-

Always autosaves session. If true, only autosaves after a session is active

+

Always autosaves session. If true, only autosaves after a session is active

Type: boolean

@@ -29556,7 +29583,7 @@ string

-

Shorten the display path if length exceeds this threshold. Use 0 if don’t want to shorten the path at all

+

Shorten the display path if length exceeds this threshold.

Use 0 if don’t want to shorten the path at all

Type: null or signed integer

@@ -29604,7 +29631,7 @@ string

-

Whether or not we should use dressing.nvim to build a session picker UI

+

Whether we should use dressing.nvim to build a session picker UI

Type: boolean