Compare commits

...

2 Commits

1 changed files with 1 additions and 12 deletions

View File

@ -130,6 +130,7 @@ local servers = {
"gopls",
"nil_ls",
"nixd",
"pylsp",
"ruff_lsp",
"templ",
"typst_lsp",
@ -150,18 +151,6 @@ lspconfig_setup("tailwindcss", {
init_options = { userLanguages = { templ = "html" } },
})
lspconfig_setup("pylsp", {
settings = {
pylsp = {
plugins = {
rope_autoimport = {
enabled = true,
},
},
},
},
})
lspconfig_setup("rust_analyzer", {
settings = {
["rust-analyzer"] = {