mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lsp/packages: mark graphql as unpackaged
This commit is contained in:
parent
b8f8d4c81b
commit
e8025891b2
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
@ -249,10 +250,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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue