diff options
author | Alan Pearce | 2024-05-18 19:25:06 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 19:25:06 +0200 |
commit | e9791ad62b5e4258f893ce2e7aad8f93cd1b5f56 (patch) | |
tree | ed843d063482976afa1c85204a2ccf1828c2804c /user | |
parent | 88f9ed814a068aba469bd4133ef3a1a40005eade (diff) | |
download | nixfiles-e9791ad62b5e4258f893ce2e7aad8f93cd1b5f56.tar.lz nixfiles-e9791ad62b5e4258f893ce2e7aad8f93cd1b5f56.tar.zst nixfiles-e9791ad62b5e4258f893ce2e7aad8f93cd1b5f56.zip |
golang: add more dev tools
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/development/golang.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/development/golang.nix b/user/settings/development/golang.nix index 6373a1c4..d43f462c 100644 --- a/user/settings/development/golang.nix +++ b/user/settings/development/golang.nix @@ -6,12 +6,15 @@ 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 |