Skip to content

Commit

Permalink
plugins/lsp/packages: mark graphql as unpackaged
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Feb 19, 2025
1 parent ae80af9 commit 3bb6c11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/lsp/lsp-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"glint"
"gradle_ls"
"grammarly"
"graphql" # nodePackages.graphql-language-service-cli was removed in https://github.com/NixOS/nixpkgs/pull/382557
"groovyls"
"guile_ls"
"haxe_language_server"
Expand Down Expand Up @@ -248,10 +249,6 @@
gleam = "gleam";
glsl_analyzer = "glsl_analyzer";
glslls = "glslls";
graphql = [
"nodePackages"
"graphql-language-service-cli"
];
golangci_lint_ls = "golangci-lint-langserver";
gopls = "gopls";
harper_ls = "harper";
Expand Down

0 comments on commit 3bb6c11

Please sign in to comment.