Add graphql lsp config

This commit is contained in:
Pavle Portic 2023-11-20 19:22:35 +01:00
parent a65f1ba58b
commit 2567d1cab9
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ lspconfig.pyright.setup({})
lspconfig.eslint.setup({})
lspconfig.tsserver.setup({})
lspconfig.prismals.setup({})
lspconfig.graphql.setup({})
-- efm
local stylua = {
formatCommand = "stylua -",