Skip to content
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

Support ensure_installed directly in mason #1713

Open
1 task done
Limero opened this issue May 19, 2024 · 0 comments
Open
1 task done

Support ensure_installed directly in mason #1713

Limero opened this issue May 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Limero
Copy link

Limero commented May 19, 2024

I've searched open issues for similar requests

  • Yes

Is your feature request related to a problem? Please describe.

As a follow-up to #483 which adds the ensure_installed option to mason-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 of lspconfig and would want mason to just automatically install them, nothing else.

Describe the solution you'd like

ensure_installed being an option on mason.nvim without requring the use of mason-lspconfig.nvim.

To support the following:

require("mason").setup {
    ensure_installed = {
      "lua_ls",
      "rust_analyzer",
    },
}

Describe potential alternatives you've considered

No response

Additional context

No response

@Limero Limero added the enhancement New feature or request label May 19, 2024
@williambotman williambotman added this to Needs triage in Issue Triaging May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Issue Triaging
Needs triage
Development

No branches or pull requests

1 participant