-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure installed? #5
Comments
If you want to explicitly define which mason packages you want to install, I think you are better of using https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim which lets you do that, regardless if it's a linter, formatter or lsp. I don't see the benefit of adding |
I use this one for the conform tools and WhoIsSethDaniel/mason-tool-installer.nvim for everything else. |
I fail to see how this plugin brings any value in this use case? The mason-tool-installer should be able to install any tools (conform included) as long as they are in the mason registry https://mason-registry.dev/registry/list. There is slight change in the package names from confrom to mason, but in like 99% of the cases they are identical https://github.com/zapling/mason-conform.nvim/blob/main/lua/mason-conform/mapping.lua |
Just not having to write the name of tools in multiple places, and now the ignore list. |
My Neovim configuration is declarative and I prefer to write the configuration once which automatically installs all the required packages.
Could you provide
ensure_installed
mechanism, like in mason-lspconfig.nvim or mason-null-ls.nvim?The text was updated successfully, but these errors were encountered: