Skip to content

Commit

Permalink
chore(doc): update readme (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Dec 6, 2023
1 parent 354e714 commit 54497a2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,21 @@

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)

0 comments on commit 54497a2

Please sign in to comment.