From 73f597b1c00d7ff34043d9eb1e3801eded65740b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Tue, 13 Feb 2024 09:27:27 +0100 Subject: [PATCH] feat(nvim)!: do not use rope for pylsp --- .../programs/nvim/plugins/lua/nvim-lspconfig.lua | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/modules/programs/nvim/plugins/lua/nvim-lspconfig.lua b/modules/programs/nvim/plugins/lua/nvim-lspconfig.lua index 3bf386c..eff7c62 100644 --- a/modules/programs/nvim/plugins/lua/nvim-lspconfig.lua +++ b/modules/programs/nvim/plugins/lua/nvim-lspconfig.lua @@ -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"] = {