mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/none-ls: init goimports
This commit is contained in:
parent
9119cc1554
commit
6e66c1bc5e
2 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,9 @@ with lib; let
|
||||||
gofmt = {
|
gofmt = {
|
||||||
package = pkgs.go;
|
package = pkgs.go;
|
||||||
};
|
};
|
||||||
|
goimports = {
|
||||||
|
package = pkgs.gotools;
|
||||||
|
};
|
||||||
isort = {
|
isort = {
|
||||||
package = pkgs.isort;
|
package = pkgs.isort;
|
||||||
};
|
};
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
fnlfmt.enable = true;
|
fnlfmt.enable = true;
|
||||||
fourmolu.enable = true;
|
fourmolu.enable = true;
|
||||||
gofmt.enable = true;
|
gofmt.enable = true;
|
||||||
|
goimports.enable = true;
|
||||||
ktlint.enable = true;
|
ktlint.enable = true;
|
||||||
nixfmt.enable = true;
|
nixfmt.enable = true;
|
||||||
nixpkgs_fmt.enable = true;
|
nixpkgs_fmt.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue