We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is no documentation on how to setup your own registries.
How to add custom registries to mason is referenced in :h mason-registries, but there is no documentation on how to actually create them.
:h mason-registries
I found out how to do it from looking through the test cases (specifically https://github.com/williamboman/mason.nvim/blob/main/tests/minimal_init.vim https://github.com/williamboman/mason.nvim/blob/main/tests/helpers/lua/dummy-registry/index.lua)
but it would be nice if there were actual documentation for it.
I guess keeping it undocumented, or maybe just linking to the examples to let people figure it out by themselves.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've searched open issues for similar requests
Is your feature request related to a problem? Please describe.
Currently there is no documentation on how to setup your own registries.
Describe the solution you'd like
How to add custom registries to mason is referenced in
:h mason-registries
,but there is no documentation on how to actually create them.
I found out how to do it from looking through the test cases
(specifically
https://github.com/williamboman/mason.nvim/blob/main/tests/minimal_init.vim
https://github.com/williamboman/mason.nvim/blob/main/tests/helpers/lua/dummy-registry/index.lua)
but it would be nice if there were actual documentation for it.
Describe potential alternatives you've considered
I guess keeping it undocumented, or maybe just linking to the examples to let people figure it out by themselves.
Additional context
No response
The text was updated successfully, but these errors were encountered: