plugins/null-ls: add formatting source: gofmt (#653)

This commit is contained in:
Ruixi-rebirth 2023-10-18 19:58:27 +08:00 committed by GitHub
parent 0ece949f98
commit b5849e2407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -68,6 +68,7 @@
eslint_d.enable = true;
fnlfmt.enable = true;
fourmolu.enable = true;
gofmt.enable = true;
nixfmt.enable = true;
nixpkgs_fmt.enable = true;
phpcbf.enable = true;