feat(nvim)!: do not use rope for pylsp

nixos
Moritz Böhme 2024-02-13 09:27:27 +01:00
parent a9e0b92d81
commit 73f597b1c0
1 changed files with 1 additions and 12 deletions

View File

@ -129,6 +129,7 @@ local servers = {
"gopls",
"nil_ls",
"nixd",
"pylsp",
"ruff_lsp",
"templ",
"typst_lsp",
@ -149,18 +150,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"] = {