mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-06-02 02:35:01 +00:00
style: autoformat all the things
Namely: applied stylua to the whole repo and ran marksman on README.md.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if vim.g.loaded_auto_save then
|
||||
return
|
||||
return
|
||||
end
|
||||
vim.g.loaded_auto_save = true
|
||||
|
||||
@@ -7,9 +7,9 @@ local command = vim.api.nvim_create_user_command
|
||||
local cnf = require("auto-save.config").opts
|
||||
|
||||
command("ASToggle", function()
|
||||
require("auto-save").toggle()
|
||||
require("auto-save").toggle()
|
||||
end, {})
|
||||
|
||||
if cnf.enabled then
|
||||
require("auto-save").on()
|
||||
require("auto-save").on()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user