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:
Dmitriy Kovalenko 2025-10-19 01:19:33 -07:00 committed by GitHub
parent 053ea876bb
commit fc06234ce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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