mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-06-02 10:45:06 +00:00
fix: ASToggle command
This commit is contained in:
@@ -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, {})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user