add extra packages to neovim

This commit is contained in:
2026-08-20 14:28:11 -05:00
parent a0239eb5a9
commit 3ff184e813

View File

@@ -246,7 +246,14 @@
withPerl = true; withPerl = true;
withPython3 = true; withPython3 = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
delve
ginkgo
golangci-lint
gopls gopls
gotests
gotestsum
gotools
govulncheck
tree-sitter tree-sitter
]; ];
}; };