mason-org / mason-org/mason.nvim
Use current filetype to suggest packages to install via :MasonInstall
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 10.5k
- Forks
- 338
- PR merge metrics
- No merged PRs in 30d
Description
### Is your feature request related to a problem? Please describe.
no
### Describe the solution you'd like
it's not a problem.
### Describe potential alternatives you've considered
_No response_
### Additional context
for example, in nvim-lsp-installer, ```:LspInstall``` command without any argument, shows the list of all supported LSPs depending of filetype. it would be nice if we get that feature in mason too.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the :MasonInstall command and examining how the current filetype is detected. Compare its no-argument behavior with the referenced :LspInstall flow; done means showing supported packages relevant to the current filetype when no package is supplied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100