mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(dashboard): replace deprecated AutoSession command (#2288)
## Description The command `SessionRestore` from the auto-session plugin is deprecated. Replaced it with `AutoSession restore`.
This commit is contained in:
parent
903bf3ffb2
commit
e9228d6b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -835,7 +835,7 @@ function M.sections.session(item)
|
|||
{ "possession.nvim", ":PossessionLoadCwd" },
|
||||
{ "mini.sessions", ":lua require('mini.sessions').read()" },
|
||||
{ "mini.nvim", ":lua require('mini.sessions').read()" },
|
||||
{ "auto-session", ":SessionRestore" },
|
||||
{ "auto-session", ":AutoSession restore" },
|
||||
}
|
||||
for _, plugin in pairs(plugins) do
|
||||
if M.have_plugin(plugin[1]) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue