[CHORE] moving things around

This commit is contained in:
Daveanand Mannie
2025-10-22 03:59:38 -04:00
parent fe02946bb2
commit 800e892b6e
10 changed files with 186 additions and 33 deletions

View File

@@ -1,11 +1,16 @@
return {
"stevearc/conform.nvim",
opts = {
lsp_formatting = false,
fallback = false,
formatters_by_ft = {
python = { "black" },
javascript = { "biome" },
go = { "goimports", "gofumpt" },
xml = { "lemminx" },
ruby = { "rubocop" },
json = { "biome" },
css = { "biome" },
javascript = { "biome" },
},
},
dependencies = {