nvchad/lua/configs/conform.lua

16 lines
292 B
Lua
Raw Permalink Normal View History

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
}
return options