diff options
author | Alan Pearce | 2024-05-10 11:06:21 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-10 17:58:23 +0200 |
commit | 9a7e1466e64eb706e11eeecef310983dfed88c12 (patch) | |
tree | 0ba02eba30b49cedd42ff6582729a0c6163bd6ae /user/settings | |
parent | 1e7e46c99bbd75dafb7f7d1d0ece222a86959d75 (diff) | |
download | nixfiles-9a7e1466e64eb706e11eeecef310983dfed88c12.tar.lz nixfiles-9a7e1466e64eb706e11eeecef310983dfed88c12.tar.zst nixfiles-9a7e1466e64eb706e11eeecef310983dfed88c12.zip |
enable auto-formatting of go-template files
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 e5cd9199..f2ddc088 100644 --- a/user/settings/development/golang.nix +++ b/user/settings/development/golang.nix @@ -6,6 +6,7 @@ golines golangci-lint golangci-lint-langserver + nodePackages.prettier-plugin-go-template ]; programs.emacs.extraPackages = epkgs: (with epkgs; [ go-eldoc |