mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
plugins/null-ls: add formatting source: gofmt (#653)
This commit is contained in:
parent
0ece949f98
commit
b5849e2407
2 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,9 @@
|
|||
fourmolu = {
|
||||
package = pkgs.haskellPackages.fourmolu;
|
||||
};
|
||||
gofmt = {
|
||||
package = pkgs.go;
|
||||
};
|
||||
isort = {
|
||||
package = pkgs.isort;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue