From a0e32a553cf891ca79fc6a75c0acee5d021d5f50 Mon Sep 17 00:00:00 2001 From: Test User Date: Fri, 5 Dec 2025 08:50:07 +0200 Subject: [PATCH] add python server --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 31ba220a..49a72a78 100644 --- a/init.lua +++ b/init.lua @@ -682,7 +682,7 @@ require('lazy').setup({ local servers = { -- clangd = {}, -- gopls = {}, - -- pyright = {}, + pyright = {}, rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs --