mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-06 22:28:06 +00:00
fix: use object as config handler
This commit is contained in:
@@ -4,7 +4,7 @@ end
|
||||
vim.g.loaded_auto_save = true
|
||||
|
||||
local command = vim.api.nvim_create_user_command
|
||||
local cnf = require("auto-save.config").options
|
||||
local cnf = require("auto-save.config").opts
|
||||
|
||||
command("ASToggle", function()
|
||||
require("auto-save").toggle()
|
||||
|
||||
Reference in New Issue
Block a user