Update roles/home/helix.nix

This commit is contained in:
Giulio De Pasquale 2024-06-05 11:48:21 +01:00
parent b960883c00
commit 50156120cd

View File

@ -76,8 +76,7 @@ in
command = "golangci-lint-langserver"
[language-server.golangci-lint-langserver.config]
command = ["golangci-lint", "run","--enable-all", "-D", "godox", "-D", "godot", "--out-format", "json", "--issues-exit-code=1"]
command = ["golangci-lint", "run", "--out-format", "json", "--issues-exit-code=1"]
'';
};
};