[chore] update some lsp stuff and link config files
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user