From 3ff184e81378aa4a70566f2f3033a317132873c1 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Thu, 20 Aug 2026 14:28:11 -0500 Subject: [PATCH] add extra packages to neovim --- demilich/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/demilich/home.nix b/demilich/home.nix index 7cec887..03cff25 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -246,7 +246,14 @@ withPerl = true; withPython3 = true; extraPackages = with pkgs; [ + delve + ginkgo + golangci-lint gopls + gotests + gotestsum + gotools + govulncheck tree-sitter ]; };