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 Type: -one of “Disabled”, “CurrentDir”, “LastSession” +one of “Disabled”, “CurrentDir”, “LastSession” or (luaInline)Default:
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 @@ booleanAlways autosaves session. If true, only autosaves after a session is active +Always autosaves session. If Type: boolean @@ -29556,7 +29583,7 @@ stringShorten 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 Type: null or signed integer @@ -29604,7 +29631,7 @@ stringWhether or not we should use dressing.nvim to build a session picker UI +Whether we should use Type: boolean |