diff options
Diffstat (limited to 'ftplugin/graphql.lua')
-rw-r--r-- | ftplugin/graphql.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ftplugin/graphql.lua b/ftplugin/graphql.lua index c9ce5437..83e8878d 100644 --- a/ftplugin/graphql.lua +++ b/ftplugin/graphql.lua @@ -1,6 +1 @@ -if require("lv-utils").check_lsp_client_active "graphql" then - return -end - --- npm install -g graphql-language-service-cli -require("lspconfig").graphql.setup { on_attach = require("lsp").common_on_attach } +require("lsp").setup "graphql" |