diff --git a/docs-preview-971/options.html b/docs-preview-971/options.html index e0e31d21..66a31dd8 100644 --- a/docs-preview-971/options.html +++ b/docs-preview-971/options.html @@ -34666,11 +34666,11 @@ anything
Define what to do when Neovim is started without arguments.
Takes either one of "Disabled"
, "CurrentDir"
, "LastSession
in which case the value
+
Define what to do when Neovim is started without arguments.
Takes either one of "Disabled"
, "CurrentDir"
, "LastSession"
, "GitSession"
in which case the value
will be inserted into sm.AutoloadMode.<value>
, or an inline Lua value.
Type: -one of “Disabled”, “CurrentDir”, “LastSession” or (luaInline)
+one of “Disabled”, “CurrentDir”, “LastSession”, “GitSession” or (luaInline)Default:
"LastSession"