mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 19:24:25 +02:00
Check lsp client is active for all language files (#790)
This commit is contained in:
parent
9233611bdc
commit
53fed9d655
33 changed files with 412 additions and 291 deletions
|
@ -1,2 +1,6 @@
|
|||
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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue