2024-03-09 11:03:44 -05:00
|
|
|
local options = {
|
|
|
|
formatters_by_ft = {
|
|
|
|
lua = { "stylua" },
|
2024-03-17 21:04:01 -04:00
|
|
|
-- css = { "prettier" },
|
|
|
|
-- html = { "prettier" },
|
2024-03-09 11:03:44 -05:00
|
|
|
},
|
2024-03-17 21:04:01 -04:00
|
|
|
|
|
|
|
-- format_on_save = {
|
|
|
|
-- -- These options will be passed to conform.format()
|
|
|
|
-- timeout_ms = 500,
|
|
|
|
-- lsp_fallback = true,
|
|
|
|
-- },
|
2024-03-09 11:03:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
require("conform").setup(options)
|