From 2e76e6f5e6b896f19bc8d2d86feac93a0c3d5c74 Mon Sep 17 00:00:00 2001
From: GitHub Actions
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"