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"; + }; + } ]; }; };