Skip to content

Commit

Permalink
[Neovim] Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
LongerHV committed Oct 19, 2023
1 parent 65f73b5 commit 8ad3978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/myHome/neovim/lsp_servers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{
lintCommand = "golangci-lint run --fix=false --out-format=line-number \${INPUT}";
lintStdin = false;
lintFormats = ["%f:%l: %m"];
lintFormats = [ "%f:%l: %m" ];
}
];
json = [ prettier ];
Expand Down

0 comments on commit 8ad3978

Please sign in to comment.