fix(ide): auto-save.nvim wrong plugin name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
-- Auto saving on file save
|
||||
{
|
||||
"auto-save-nvim",
|
||||
"auto-save.nvim",
|
||||
cmd = "ASToggle",
|
||||
event = { "InsertLeave", "TextChanged" },
|
||||
after = function()
|
||||
|
||||
Reference in New Issue
Block a user