mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +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 = {
|
fourmolu = {
|
||||||
package = pkgs.haskellPackages.fourmolu;
|
package = pkgs.haskellPackages.fourmolu;
|
||||||
};
|
};
|
||||||
|
gofmt = {
|
||||||
|
package = pkgs.go;
|
||||||
|
};
|
||||||
isort = {
|
isort = {
|
||||||
package = pkgs.isort;
|
package = pkgs.isort;
|
||||||
};
|
};
|
||||||
|
|
|
@ -68,6 +68,7 @@
|
||||||
eslint_d.enable = true;
|
eslint_d.enable = true;
|
||||||
fnlfmt.enable = true;
|
fnlfmt.enable = true;
|
||||||
fourmolu.enable = true;
|
fourmolu.enable = true;
|
||||||
|
gofmt.enable = true;
|
||||||
nixfmt.enable = true;
|
nixfmt.enable = true;
|
||||||
nixpkgs_fmt.enable = true;
|
nixpkgs_fmt.enable = true;
|
||||||
phpcbf.enable = true;
|
phpcbf.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue