From 4551090f90cfc9c29eb25af72ee9a94c7c9069f1 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 23 Nov 2022 13:37:37 +0100 Subject: [PATCH] helix: Added VSCode lang servers --- roles/home/helix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 73dbced..c6d3ef8 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -8,7 +8,7 @@ }; file.".config/helix/config.toml".text = '' - theme = "monokai_pro_spectrum" + theme = "monokai_pro_ristretto" [editor] cursorline = true @@ -34,6 +34,7 @@ python310Packages.python-lsp-server texlab nodePackages.typescript + nodePackages.vscode-langservers-extracted ]; }; }