diff options
Diffstat (limited to 'ftplugin/graphql.lua')
-rw-r--r-- | ftplugin/graphql.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/graphql.lua b/ftplugin/graphql.lua new file mode 100644 index 00000000..0bd97ed5 --- /dev/null +++ b/ftplugin/graphql.lua @@ -0,0 +1,2 @@ +-- npm install -g graphql-language-service-cli +require'lspconfig'.graphql.setup {on_attach = require'lsp'.common_on_attach} |