From 2e76e6f5e6b896f19bc8d2d86feac93a0c3d5c74 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 Jun 2025 09:03:17 +0000 Subject: [PATCH] Deploy PR #971 preview --- docs-preview-971/options.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"