style: autoformat all the things

Namely: applied stylua to the whole repo and ran marksman on README.md.
This commit is contained in:
Oula Kuuva
2023-03-21 08:44:30 +02:00
committed by okuuva
parent 14bc188b5e
commit 343bbfa98a
7 changed files with 291 additions and 291 deletions
+3 -3
View File
@@ -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