mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-06 22:28:06 +00:00
simplified setup()
This commit is contained in:
@@ -12,6 +12,7 @@ local function setup_commands()
|
||||
end
|
||||
|
||||
function M.setup(custom_opts)
|
||||
print("Setting up the plugin...")
|
||||
require("autosave.config").set_options(custom_opts)
|
||||
setup_commands()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user