mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
plugins/lsp: add graphql language server
This commit is contained in:
parent
41f5b167e7
commit
798cbe99ce
2 changed files with 6 additions and 0 deletions
|
@ -221,6 +221,11 @@ with lib; let
|
|||
name = "gopls";
|
||||
description = "Enable gopls, for Go.";
|
||||
}
|
||||
{
|
||||
name = "graphql";
|
||||
description = "Enable graphql, for GraphQL.";
|
||||
package = pkgs.nodePackages.graphql-language-service-cli;
|
||||
}
|
||||
{
|
||||
name = "hls";
|
||||
description = "Enable haskell language server";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue