From 6db2c78e0b9a40616e14e16326b4961f76718d20 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sun, 3 Nov 2024 11:11:23 -0800 Subject: [PATCH] [emacs] Disable auto nix lsp Especially on underpowered devices, my monolithic nixos config grinds everything to a halt. I'll just manually enable this when the context makes sense. --- home/modules/emacs/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/emacs/doom/init.el b/home/modules/emacs/doom/init.el index f8e2300..8f130c5 100644 --- a/home/modules/emacs/doom/init.el +++ b/home/modules/emacs/doom/init.el @@ -149,7 +149,7 @@ ;;lua ; one-based indices? one-based indices markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c - (nix +tree-sitter +lsp) ; I hereby declare "nix geht mehr!" + (nix +tree-sitter) ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel (org +roam2) ; organize your plain life in plain text ;;php ; perl's insecure younger brother