From a0239eb5a997ef7036c109496c84433874de89f5 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Thu, 20 Aug 2026 14:12:53 -0500 Subject: [PATCH] add extra packages to neovim install --- demilich/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/demilich/home.nix b/demilich/home.nix index 9a0b34a..7cec887 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -245,6 +245,10 @@ withNodeJs = true; withPerl = true; withPython3 = true; + extraPackages = with pkgs; [ + gopls + tree-sitter + ]; }; # noctalia = { # enable = true; @@ -774,4 +778,4 @@ # }; # }; # }; -} +} \ No newline at end of file