feat: add typst dependencies and make conform use isort

This commit is contained in:
2026-04-25 22:42:23 +02:00
parent 3ab9f0b465
commit 26e9593aab
4 changed files with 11 additions and 5 deletions
@@ -33,7 +33,7 @@ require("lz.n").load({
formatters_by_ft = {
lua = { "stylua" },
-- Conform can also run multiple formatters sequentially
python = { "isort", "black" },
python = { "ruff_fix", "ruff_format", "ruff_organize_imports" },
--
-- You can use 'stop_after_first' to run the first available formatter from the list
-- javascript = { "prettierd", "prettier", stop_after_first = true },
@@ -46,4 +46,4 @@ require("lz.n").load({
})
end,
},
})
})