1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-04 08:01:04 +01:00

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;