mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: remove unnecessary ensure install of graphql
This commit is contained in:
parent
24e2c24dc2
commit
89e56442d0
1 changed files with 0 additions and 10 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue