chore: format all lua files

This commit is contained in:
2025-09-06 01:29:17 +02:00
parent cc8164aef9
commit 44dfa47f41
13 changed files with 225 additions and 205 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ vim.api.nvim_create_autocmd("FileType", {
vim.api.nvim_create_autocmd("TermLeave", {
desc = "Reload buffers when leaving terminal",
pattern = "*",
callback = function ()
callback = function()
vim.cmd.checktime()
end
end,
})