starter/lua/plugins/conform.lua

13 lines
236 B
Lua
Raw Normal View History

return {
{
"stevearc/conform.nvim",
opts = {
2024-04-05 16:06:34 +08:00
-- formatters_by_ft = {
-- javascript = { "eslint_d" },
-- typescript = { "eslint_d" },
-- typescriptreact = { "eslint_d" },
-- },
},
},
}