plugins/none-ls: init goimports

This commit is contained in:
Mikael Fangel 2023-12-23 23:42:05 +01:00 committed by Gaétan Lepage
parent 9119cc1554
commit 6e66c1bc5e
2 changed files with 4 additions and 0 deletions

View file

@ -128,6 +128,9 @@ with lib; let
gofmt = {
package = pkgs.go;
};
goimports = {
package = pkgs.gotools;
};
isort = {
package = pkgs.isort;
};

View file

@ -91,6 +91,7 @@
fnlfmt.enable = true;
fourmolu.enable = true;
gofmt.enable = true;
goimports.enable = true;
ktlint.enable = true;
nixfmt.enable = true;
nixpkgs_fmt.enable = true;