mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/lsp: add golangci-lint-ls (#1246)
This commit is contained in:
parent
347620cdde
commit
939530edca
2 changed files with 7 additions and 0 deletions
|
@ -244,6 +244,12 @@ with lib; let
|
||||||
name = "gopls";
|
name = "gopls";
|
||||||
description = "gopls for Go";
|
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";
|
name = "graphql";
|
||||||
description = "graphql for GraphQL";
|
description = "graphql for GraphQL";
|
||||||
|
|
|
@ -108,6 +108,7 @@
|
||||||
futhark-lsp.enable = true;
|
futhark-lsp.enable = true;
|
||||||
gleam.enable = true;
|
gleam.enable = true;
|
||||||
gopls.enable = true;
|
gopls.enable = true;
|
||||||
|
golangci-lint-ls.enable = true;
|
||||||
graphql.enable = true;
|
graphql.enable = true;
|
||||||
helm-ls.enable = true;
|
helm-ls.enable = true;
|
||||||
hls.enable = true;
|
hls.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue