starter/lua/plugins/conform.lua
Thomas Smallwood f1dc92c1e3
prettier set up
2025-12-05 13:33:09 +00:00

9 lines
183 B
Lua

return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
typescript = { "prettier" }, -- no Prettier for TS
typescriptreact = { "prettier" },
},
},
}