Add autoclose plugin

This commit is contained in:
2025-04-18 13:03:47 -07:00
parent afe167a752
commit 51a8ed3919
3 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,8 @@ return {
config = function()
require("conform").setup({
formatters_by_ft = {
json = { "prettier" }
json = { "prettier" },
lua = { "stylua" }
}
})
end,