Enable autosave for quicker.nvim

This commit is contained in:
2025-07-14 16:10:08 +02:00
parent e247c393a7
commit 2a0a7dd6be
+3
View File
@@ -29,6 +29,9 @@ return {
list = false,
spell = false,
},
edit = {
autosave = true,
},
highlight = {
load_buffers = false,
},