[chore] update some lsp stuff and link config files

This commit is contained in:
Daveanand Mannie
2025-12-21 17:57:53 -05:00
parent 800e892b6e
commit aece909028
8 changed files with 17 additions and 31 deletions

View File

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