summaryrefslogtreecommitdiff
path: root/.config/nvim/ftplugin/graphql.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-07 14:27:30 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-07 14:27:30 +0200
commit740e27ec856cc688f0ecf0ffe2b55b26ce771407 (patch)
tree832cd7227c0ab839baf8f004958fdddeb975422e /.config/nvim/ftplugin/graphql.lua
parent409dfed3237f9f0a6e96879078d1daf3d9c02e03 (diff)
Add language support for linting and diagnostics
Diffstat (limited to '.config/nvim/ftplugin/graphql.lua')
-rw-r--r--.config/nvim/ftplugin/graphql.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/ftplugin/graphql.lua b/.config/nvim/ftplugin/graphql.lua
new file mode 100644
index 0000000..df3dce9
--- /dev/null
+++ b/.config/nvim/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 }