fix: remove unnecessary ensure install of graphql

This commit is contained in:
Josh Medeski 2023-11-05 15:28:33 -06:00
parent 24e2c24dc2
commit 89e56442d0
No known key found for this signature in database
GPG key ID: DFD5E7D060DB3958

View file

@ -1,14 +1,4 @@
return { 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 -- correctly install lsp with mason
{ {
"williamboman/mason.nvim", "williamboman/mason.nvim",