We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8780f85 commit 969bb90Copy full SHA for 969bb90
1 file changed
lua/llm/session.lua
@@ -23,6 +23,7 @@ local function new_session()
23
'[Unrecommended Behavior] Last time, the window was closed without using the "Session:Close" shortcut key.'
24
)
25
conf.session.status = -1
26
+ M.NewSession()
27
end
28
29
local function show_session()
0 commit comments