From 97e2fff1b56b0f088a589b3f89ace64c321d6e4c Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 9 Jul 2026 08:57:33 +0200 Subject: nvim: Switch to pylsp This language server is available on Arch Linux as python-lsp-server and on Debian as python3-pylsp and supported by nvim-lspconfig. Thus it is a perfect match to have one language server which is portable across these setups. --- nvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/init.lua b/nvim/init.lua index 4aa5a22..0b44735 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -2,7 +2,7 @@ local lsp = require'lspconfig' local servers = { 'clangd', - 'pyright', + 'pylsp', 'gopls', 'zls', 'dartls', -- cgit v1.3.1