fix: ASToggle command

This commit is contained in:
Pocco81
2022-07-31 00:49:15 -05:00
parent 0288839edd
commit 6ebf09ac62
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ vim.g.loaded_auto_save = true
local command = vim.api.nvim_create_user_command
local cnf = require("auto-save.config").options
command("AToggle", function()
command("ASToggle", function()
require("auto-save").toggle()
end, {})