From 3b841c48ca7b20692ca9d0a01aa005edae006436 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Sat, 7 Dec 2024 12:00:24 -0300 Subject: [PATCH] fix(ide): auto-save.nvim wrong plugin name --- lua/dot013/plugins/ide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/dot013/plugins/ide.lua b/lua/dot013/plugins/ide.lua index 3e79ae1..7c95beb 100644 --- a/lua/dot013/plugins/ide.lua +++ b/lua/dot013/plugins/ide.lua @@ -1,7 +1,7 @@ return { -- Auto saving on file save { - "auto-save-nvim", + "auto-save.nvim", cmd = "ASToggle", event = { "InsertLeave", "TextChanged" }, after = function()