From 2af53bba18f82890c69c90215e739f9fb1a7f117 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 18 Feb 2024 10:43:57 +0100 Subject: [PATCH] Install lsp server for nix --- .config/nix/home/core.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nix/home/core.nix b/.config/nix/home/core.nix index 7e2b3ea..44940a5 100644 --- a/.config/nix/home/core.nix +++ b/.config/nix/home/core.nix @@ -10,6 +10,7 @@ nix-output-monitor raycast ripgrep + rnix-lsp tree ];