From 88616bde7c7b5b25f505997aa2171245f7341453 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 8 Jul 2021 20:17:26 +0200 Subject: Updates to lang stuff --- .config/nvim/ftplugin/graphql.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/nvim/ftplugin/graphql.lua') diff --git a/.config/nvim/ftplugin/graphql.lua b/.config/nvim/ftplugin/graphql.lua index df3dce9..863bfa0 100644 --- a/.config/nvim/ftplugin/graphql.lua +++ b/.config/nvim/ftplugin/graphql.lua @@ -1,2 +1,5 @@ +if require("cfg.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("lspconfig").graphql.setup { on_attach = require("cfg.lsp").common_on_attach } -- cgit v1.2.3-70-g09d2