Skip to content

Commit

Permalink
[helix] Remove golangci-lint-langserver lsp config
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 31, 2024
1 parent ab7c111 commit c3b5c9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions home/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
};
languages = {
language-server = {
golangci-lint-langserver = {
command = "${pkgs.golangci-lint-langserver}/bin/golangci-lint-langserver";
};
gopls = {
command = "${pkgs.gopls}/bin/gopls";
};
Expand Down

0 comments on commit c3b5c9a

Please sign in to comment.