mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
feat(picker): Support rmagatti/autosession session manager (#1825)
## Description Supports this plugin for session restorations https://github.com/rmagatti/auto-session ## Related Issue(s) <!-- If this PR fixes any issues, please link to the issue here. - Fixes #<issue_number> --> ## Screenshots <!-- Add screenshots of the changes if applicable. -->
This commit is contained in:
parent
053ea876bb
commit
fc06234ce1
1 changed files with 1 additions and 0 deletions
|
|
@ -831,6 +831,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"}
|
||||
}
|
||||
for _, plugin in pairs(plugins) do
|
||||
if M.have_plugin(plugin[1]) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue