fix crap lua formatting

This commit is contained in:
2025-05-23 20:02:23 -05:00
parent 16c2a7fa30
commit 99e5c0b13e
9 changed files with 149 additions and 132 deletions

View File

@ -14,7 +14,7 @@ return {
-- ruby = { "rubocop", "standardrb" },
ruby = { "standardrb" },
go = { "golangcilint" },
}
}
vim.api.nvim_create_autocmd({ "BufWritePost" }, {
callback = function()