all repos — nixfiles @ e9791ad62b5e4258f893ce2e7aad8f93cd1b5f56

System and user configuration, managed by nix and home-manager

golang: add more dev tools

Alan Pearce
commit

e9791ad62b5e4258f893ce2e7aad8f93cd1b5f56

parent

88f9ed814a068aba469bd4133ef3a1a40005eade

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M user/settings/development/golang.nixuser/settings/development/golang.nix
@@ -6,12 +6,15 @@ godef
gogetdoc gotools golines + impl + gomodifytags golangci-lint golangci-lint-langserver nodePackages.prettier-plugin-go-template ]; programs.emacs.extraPackages = epkgs: (with epkgs; [ go-eldoc + go-tag ]); programs.neovim.plugins = with pkgs.vimPlugins; [ coc-go