diff --git a/lua/lazyvim/plugins/extras/lang/graphql.lua b/lua/lazyvim/plugins/extras/lang/graphql.lua index 9ceefff0..c02844ae 100644 --- a/lua/lazyvim/plugins/extras/lang/graphql.lua +++ b/lua/lazyvim/plugins/extras/lang/graphql.lua @@ -1,14 +1,4 @@ return { - -- add graphql to treesitter - { - "nvim-treesitter/nvim-treesitter", - opts = function(_, opts) - if type(opts.ensure_installed) == "table" then - vim.list_extend(opts.ensure_installed, { "graphql" }) - end - end, - }, - -- correctly install lsp with mason { "williamboman/mason.nvim",