Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit 50d357d

Browse files
committed
chore: add readme
1 parent c6a225e commit 50d357d

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# :coffee: mason-registry
2+
3+
![Neovim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white)
4+
![Lua](https://img.shields.io/badge/lua-%232C2D72.svg?style=for-the-badge&logo=lua&logoColor=white)
5+
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)
6+
![Gradle](https://img.shields.io/badge/Gradle-02303A.svg?style=for-the-badge&logo=Gradle&logoColor=white)
7+
![Apache Maven](https://img.shields.io/badge/Apache%20Maven-C71A36?style=for-the-badge&logo=Apache%20Maven&logoColor=white)
8+
9+
This project daily checks new JDTLS versions and re-package new versions without timestamps in the package and equinox launcher
10+
11+
Related issues:
12+
https://github.com/mason-org/mason-registry/issues/8073
13+
https://github.com/mason-org/mason-registry/issues/5788
14+
https://github.com/mason-org/mason-registry/issues/3017
15+
16+
## How to Install
17+
18+
- You can add the new registry before the default mason-registry as follows
19+
- Run `Mason` and wait for mason to update the new registry
20+
21+
```lua
22+
{
23+
'williamboman/mason.nvim',
24+
opts = {
25+
registries = {
26+
'github:nvim-java/mason-registry',
27+
'github:mason-org/mason-registry',
28+
},
29+
},
30+
}
31+
```
32+
33+
## Head on to main project [:coffee: nvim-java](https://github.com/nvim-java/nvim-java)

0 commit comments

Comments
 (0)