From b185b7e2a8ae80e6625cded1c79325ecc119298d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20L=C3=BCdecke?= Date: Thu, 12 Feb 2026 14:11:34 +0100 Subject: [PATCH] LSP: python and wsgl --- lua/lsp.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/lsp.lua b/lua/lsp.lua index 02a8a33..2ddd3df 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -103,6 +103,8 @@ local enable_this_lsp = { 'kotlin_lsp', -- arch aur: kotlin-lsp-bin 'lemminx', -- arch aur: lemminx 'clangd', + 'basedpyright', + 'wgsl_analyzer', } for l in pairs(enable_this_lsp) do