feat: use oxfmt lsp for formatting

This commit is contained in:
2026-07-21 11:39:11 +02:00
parent 01872e352c
commit a1ef905922
@@ -32,18 +32,6 @@ require("lz.n").load({
end end
end, end,
formatters_by_ft = { formatters_by_ft = {
javascript = oxfmt,
javascriptreact = oxfmt,
typescript = oxfmt,
typescriptreact = oxfmt,
json = oxfmt,
jsonc = oxfmt,
css = oxfmt,
scss = oxfmt,
less = oxfmt,
html = oxfmt,
markdown = oxfmt,
svelte = oxfmt,
lua = { "stylua" }, lua = { "stylua" },
python = { "ruff_fix", "ruff_format", "ruff_organize_imports" }, python = { "ruff_fix", "ruff_format", "ruff_organize_imports" },
toml = { "taplo" }, toml = { "taplo" },