mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/none-ls: init golines
This commit is contained in:
parent
6e66c1bc5e
commit
310f1ad5b5
2 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,9 @@ with lib; let
|
||||||
goimports = {
|
goimports = {
|
||||||
package = pkgs.gotools;
|
package = pkgs.gotools;
|
||||||
};
|
};
|
||||||
|
golines = {
|
||||||
|
package = pkgs.golines;
|
||||||
|
};
|
||||||
isort = {
|
isort = {
|
||||||
package = pkgs.isort;
|
package = pkgs.isort;
|
||||||
};
|
};
|
||||||
|
|
|
@ -92,6 +92,7 @@
|
||||||
fourmolu.enable = true;
|
fourmolu.enable = true;
|
||||||
gofmt.enable = true;
|
gofmt.enable = true;
|
||||||
goimports.enable = true;
|
goimports.enable = true;
|
||||||
|
golines.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