feat?(nvim): Migrate to 0.11

This commit is contained in:
js0ny 2025-03-26 16:43:51 +00:00
parent 48331347fd
commit 124703b2e0
6 changed files with 66 additions and 11 deletions

View file

@ -2,7 +2,10 @@ return {
{
"rmagatti/auto-session",
event = "BufReadPre",
cmd = {
"SessionSearch",
"SessionSave",
},
opts = {
suppressed_dirs = { "~/", "~/Projects", "~/Downloads", "/" },
},