Update .config/helix/languages.toml

This commit is contained in:
2023-10-08 22:41:15 +02:00
parent 12251ebd54
commit 13f289c783

View File

@@ -10,6 +10,7 @@ auto-format = true
comment-token = "//"
language-servers = [ "graphql-language-service" ]
indent = {tab-width = 2, unit = " "}
formatter = { command = "prettier", args = ["--parser=graphql"]}
[language-server.graphql-language-service]
command = "graphql-lsp"