mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
9 lines
183 B
Lua
9 lines
183 B
Lua
return {
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
typescript = { "prettier" }, -- no Prettier for TS
|
|
typescriptreact = { "prettier" },
|
|
},
|
|
},
|
|
}
|