From f9d3c7dcbee9a3620cbd38d5ab2361ac63f9c7f7 Mon Sep 17 00:00:00 2001 From: liv Date: Thu, 2 Jan 2025 13:41:20 +0100 Subject: [PATCH] disable lsp for web, it's too heavy --- dot_config/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/doom/init.el b/dot_config/doom/init.el index d74fabd..f971c8b 100644 --- a/dot_config/doom/init.el +++ b/dot_config/doom/init.el @@ -172,7 +172,7 @@ ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. - (web +tree-sitter +lsp) ; the tubes + (web +tree-sitter) ; the tubes ;;yaml ; JSON, but readable ;;zig ; C, but simpler