fix(ide): auto-save.nvim wrong plugin name

This commit is contained in:
Guz
2024-12-07 12:00:24 -03:00
parent 7f88679259
commit 3b841c48ca

View File

@@ -1,7 +1,7 @@
return {
-- Auto saving on file save
{
"auto-save-nvim",
"auto-save.nvim",
cmd = "ASToggle",
event = { "InsertLeave", "TextChanged" },
after = function()