Skip to content

Commit

Permalink
[helix] Add gofmt formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 31, 2024
1 parent 0807201 commit 3591640
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
};

language = [
{
name = "go";
formatter = {
command = "${pkgs.go}/bin/gofmt";
};
}
{
name = "nix";
auto-format = true;
Expand Down

0 comments on commit 3591640

Please sign in to comment.