fix autosave plugin settings

This commit is contained in:
Maciej Lebiest 2023-05-02 20:33:56 +02:00
parent a77c14a94c
commit 5cefd8c21e
2 changed files with 15 additions and 7 deletions

View file

@ -0,0 +1,6 @@
return {
config = {
auto_save_enabled = true,
auto_restore_enabled = true
}
}