diff options
author | Alan Pearce | 2024-04-19 10:43:05 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-19 10:43:19 +0200 |
commit | 53687da4e36199d3c9e0f6df2d9185473b9d2294 (patch) | |
tree | 220c039469dd740abcbe3f35275676c3259e2a93 /user/settings | |
parent | 45b22cd3629c9e1e5eacc21cc4b3384958809539 (diff) | |
download | nixfiles-53687da4e36199d3c9e0f6df2d9185473b9d2294.tar.lz nixfiles-53687da4e36199d3c9e0f6df2d9185473b9d2294.tar.zst nixfiles-53687da4e36199d3c9e0f6df2d9185473b9d2294.zip |
dev/go: install golines
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/development/golang.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/development/golang.nix b/user/settings/development/golang.nix index ccacb580..b554bd5c 100644 --- a/user/settings/development/golang.nix +++ b/user/settings/development/golang.nix @@ -3,6 +3,7 @@ go gopls gotools + golines ]; programs.emacs.extraPackages = epkgs: (with epkgs; [ go-eldoc |