⬆️ deps(nvim): changed version for auto-save

This commit is contained in:
Sergio Laín 2023-12-11 10:19:37 +01:00
parent 21695f1959
commit ff2f1eaf72
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,6 +1,5 @@
return { return {
-- "Pocco81/auto-save.nvim", "Pocco81/auto-save.nvim",
"zoriya/auto-save.nvim", -- HACK: use fork until PR is accepted
event = { "InsertLeave", "TextChanged" }, event = { "InsertLeave", "TextChanged" },
opts = { opts = {
debounce_delay = 1000, debounce_delay = 1000,