diff options
author | Alan Pearce | 2024-05-02 19:44:42 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-02 19:44:42 +0200 |
commit | dbc511cc2326c74dc6dba5b5a712ba3c52311f8e (patch) | |
tree | de0837c65bcee84f857b097080e0dbb8e0dbeddb /user/settings | |
parent | 2c5665edeb0c5546e5e60d6ccb85731fe06bc83b (diff) | |
download | nixfiles-dbc511cc2326c74dc6dba5b5a712ba3c52311f8e.tar.lz nixfiles-dbc511cc2326c74dc6dba5b5a712ba3c52311f8e.tar.zst nixfiles-dbc511cc2326c74dc6dba5b5a712ba3c52311f8e.zip |
golang: install and configure lang servers
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/development/golang.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/development/golang.nix b/user/settings/development/golang.nix index b554bd5c..e5cd9199 100644 --- a/user/settings/development/golang.nix +++ b/user/settings/development/golang.nix @@ -4,6 +4,8 @@ gopls gotools golines + golangci-lint + golangci-lint-langserver ]; programs.emacs.extraPackages = epkgs: (with epkgs; [ go-eldoc |