Open Limero opened 6 months ago
for me, the motivation for this feature is to ensure installed for things other than lsp, like formatter, dap, linters, etc. since there is support for ensure_installed
at https://github.com/williamboman/mason-lspconfig.nvim but I couldn't find anything similar for formatter, etc.
I've searched open issues for similar requests
Is your feature request related to a problem? Please describe.
As a follow-up to https://github.com/williamboman/mason.nvim/issues/483 which adds the
ensure_installed
option tomason-lspconfig
. It would be great if the same functionality could be added to mason itself. I prefer to set up my lsps manually without the use oflspconfig
and would want mason to just automatically install them, nothing else.Describe the solution you'd like
ensure_installed
being an option onmason.nvim
without requring the use ofmason-lspconfig.nvim
.To support the following:
Describe potential alternatives you've considered
No response
Additional context
No response