Files
nvim/lua/configs/conform.lua
Adam Bellinson dbbf122f29
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
initial 0.11 rebuild
2025-10-03 10:00:46 -04:00

16 lines
292 B
Lua

local options = {
formatters_by_ft = {
lua = { "stylua" },
-- css = { "prettier" },
-- html = { "prettier" },
},
-- format_on_save = {
-- -- These options will be passed to conform.format()
-- timeout_ms = 500,
-- lsp_fallback = true,
-- },
}
return options