[CHORE] moving things around
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user