mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08: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";
|
||||
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue