From 682c2a34bc20b32965e26f3b3017440998dcf30e Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 17 Jul 2024 18:59:34 -0700 Subject: [PATCH] Added more lsp servers to emacs nix config --- home/emacs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/emacs.nix b/home/emacs.nix index 1b352b4..48ae7cf 100644 --- a/home/emacs.nix +++ b/home/emacs.nix @@ -14,6 +14,8 @@ fira-code-symbols # LSP Servers + ccls + rust-analyzer yaml-language-server python311Packages.python-lsp-server ];