checkhealth adjustements
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 5m56s
Build neovim image / build-neovim-arm64 (push) Successful in 28m31s
Build neovim image / update-images-manifest (push) Successful in 17s

This commit is contained in:
Maciej Lebiest 2025-06-23 15:55:55 +02:00 committed by Maciej Lebiest
parent 558edd0f65
commit 9f2c4dcda7
3 changed files with 5 additions and 2 deletions

View file

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