From f338833f430e05fe243c9ca27bb181f74b8cafd8 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Mon, 10 Mar 2025 21:23:13 +1100 Subject: [PATCH] lsp edits --- lua/haelnorr/lazy/lsp.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/haelnorr/lazy/lsp.lua b/lua/haelnorr/lazy/lsp.lua index b67a12f..fe0774c 100644 --- a/lua/haelnorr/lazy/lsp.lua +++ b/lua/haelnorr/lazy/lsp.lua @@ -46,10 +46,8 @@ return { "gopls", "html", "jsonls", - "pyright", "tailwindcss", "templ", - "ts_ls", }, handlers = { function(server_name) -- default handler (optional)