https://github.com/nvim-java/mason-registry
A mason registry that provides packages or package versions not available in the main registry
https://github.com/nvim-java/mason-registry
Last synced: 4 months ago
JSON representation
A mason registry that provides packages or package versions not available in the main registry
- Host: GitHub
- URL: https://github.com/nvim-java/mason-registry
- Owner: nvim-java
- License: apache-2.0
- Created: 2023-11-13T11:32:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T04:40:17.000Z (about 1 year ago)
- Last Synced: 2024-12-24T05:25:08.645Z (about 1 year ago)
- Size: 43.9 KB
- Stars: 5
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# :coffee: mason-registry





This project includes java related libraries, runtimes etc... that is not available in the main mason-registry
## How to Install
- You can add the new registry before the default mason-registry as follows
- Run `Mason` and wait for mason to update the new registry
```lua
{
'williamboman/mason.nvim',
opts = {
registries = {
'github:nvim-java/mason-registry',
'github:mason-org/mason-registry',
},
},
}
```
## Head on to main project [:coffee: nvim-java](https://github.com/nvim-java/nvim-java)