From f9399c51fa498ea5c647c5509667e5f47d960324 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 28 Sep 2024 21:02:35 -0600 Subject: [PATCH] trying out a new nix lsp --- modules/dev/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dev/nix.nix b/modules/dev/nix.nix index 9241f17..32b6e1d 100644 --- a/modules/dev/nix.nix +++ b/modules/dev/nix.nix @@ -11,6 +11,7 @@ nixfmt-rfc-style # linting cachix # why spend time compiling? nixd # language server + nil # another lsp ]; }; }