[ADD] xml server configs
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
return {
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
-- python = { "ruff" },
|
||||
python = { "black" },
|
||||
javascript = { "biome" },
|
||||
go = {'goimports', 'gofumpt'}
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"mason.nvim",
|
||||
},
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
python = { "black" },
|
||||
javascript = { "biome" },
|
||||
go = { "goimports", "gofumpt" },
|
||||
xml = { "lemminx" },
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"mason.nvim",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user