From 3606cc74254f0d8091e3df44ff0536a03c61b7e2 Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Thu, 5 Mar 2026 16:30:21 -0800 Subject: [PATCH] feat: add rust ts and nix ls and for helix --- home.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/home.nix b/home.nix index 7bc165c..1ca1732 100644 --- a/home.nix +++ b/home.nix @@ -71,6 +71,11 @@ tree unzip + # LSP Servers + rust-analyzer + typescript-language-server + nil + # Desktop element-desktop file-roller @@ -129,6 +134,22 @@ other-lines = "hint"; }; } + { + name = "typescript"; + end-of-line-diagnostics = "hint"; + inline-diagnostics = { + cursor-line = "hint"; + other-lines = "hint"; + }; + } + { + name = "nix"; + end-of-line-diagnostics = "hint"; + inline-diagnostics = { + cursor-line = "hint"; + other-lines = "hint"; + }; + } ]; }; };