plugins/lsp: add golangci-lint-ls (#1246)

This commit is contained in:
Alixinne 2024-03-17 01:13:25 +01:00 committed by GitHub
parent 347620cdde
commit 939530edca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -244,6 +244,12 @@ with lib; let
name = "gopls";
description = "gopls for Go";
}
{
name = "golangci-lint-ls";
description = "golangci-lint-ls for Go";
serverName = "golangci_lint_ls";
package = pkgs.golangci-lint-langserver;
}
{
name = "graphql";
description = "graphql for GraphQL";

View file

@ -108,6 +108,7 @@
futhark-lsp.enable = true;
gleam.enable = true;
gopls.enable = true;
golangci-lint-ls.enable = true;
graphql.enable = true;
helm-ls.enable = true;
hls.enable = true;