add extra packages to neovim
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user