fix: mason ensure installed name

This commit is contained in:
Josh Medeski 2023-09-01 10:58:36 -05:00
parent afe25aca8a
commit 24e2c24dc2
No known key found for this signature in database
GPG key ID: DFD5E7D060DB3958

View file

@ -14,7 +14,7 @@ return {
"williamboman/mason.nvim", "williamboman/mason.nvim",
opts = function(_, opts) opts = function(_, opts)
vim.list_extend(opts.ensure_installed, { vim.list_extend(opts.ensure_installed, {
"graphql", "graphql-language-service-cli",
}) })
end, end,
}, },