session/nvim-session-manager: fix autoload_mode type

Fixes `Error detected while processing VimEnter Autocommands for "*"` by
using an enum type for "autoload_mode" instead of a string
This commit is contained in:
TheColorman 2025-03-03 21:12:58 +01:00
commit d8ed562b37
No known key found for this signature in database
GPG key ID: AB110475B417291D
2 changed files with 8 additions and 0 deletions

View file

@ -200,3 +200,8 @@
[alfarel](https://github.com/alfarelcynthesis):
- Add missing `yazi.nvim` dependency (`snacks.nvim`).
[TheColorman](https://github.com/TheColorman)
- Fix plugin `setupOpts` for `neovim-session-manager` having an invalid value
for `autoload_mode`.