This project includes personal relevant libraries, runtimes, ... , which are (still) not available in the main mason-registry.
- You can add the new registry before the default mason-registry as follows
- Run
Masonand wait for mason to update the new registry
{
'williamboman/mason.nvim',
opts = {
registries = {
'github:indika-dev/personal-mason-registry',
'github:mason-org/mason-registry',
},
},
}