diff options
author | Alan Pearce | 2024-11-24 15:49:04 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-24 15:49:04 +0100 |
commit | 6d328e5a274b58bd9a42ca7b4e26dc2fb64a5660 (patch) | |
tree | b28187916b29e629106d37fe344a12a32e426de9 /user | |
parent | d090dece3699232261f4cb2dbf759d270fcccbc9 (diff) | |
download | nixfiles-6d328e5a274b58bd9a42ca7b4e26dc2fb64a5660.tar.lz nixfiles-6d328e5a274b58bd9a42ca7b4e26dc2fb64a5660.tar.zst nixfiles-6d328e5a274b58bd9a42ca7b4e26dc2fb64a5660.zip |
Use prettier-plugin-go-template from nixpkgs
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/development/golang.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/development/golang.nix b/user/settings/development/golang.nix index 7fe5ad1e..c0f92209 100644 --- a/user/settings/development/golang.nix +++ b/user/settings/development/golang.nix @@ -10,7 +10,7 @@ gomodifytags golangci-lint golangci-lint-langserver - personal.prettier-plugin-go-template + prettier-plugin-go-template ]; home.sessionPath = [ "$HOME/go/bin" |