mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat: add graphql to mason enure installed
This commit is contained in:
parent
aeb989151e
commit
afe25aca8a
1 changed files with 10 additions and 0 deletions
|
|
@ -9,6 +9,16 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
-- correctly install lsp with mason
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.ensure_installed, {
|
||||
"graphql",
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
-- correctly setup lspconfig
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue