fix(helm): ensure mason installs helm lsp

This commit is contained in:
Peter Benjamin 2024-02-02 22:22:46 -08:00
parent 6a9e097bd2
commit b68a00ca98
No known key found for this signature in database

View file

@ -19,4 +19,12 @@ return {
},
},
},
{
"williamboman/mason.nvim",
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"helm-ls",
})
end,
},
}