mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-09 15:46:58 +00:00
fixed load at startup
This commit is contained in:
@@ -58,10 +58,6 @@ function M.main(option)
|
||||
on()
|
||||
elseif (option == 'off') then
|
||||
off()
|
||||
elseif (option == 'startup') then
|
||||
if (opts["enabled"] == true) then
|
||||
on()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user