s1n7ax / mason-registry

A mason registry that provides packages or package versions not available in the main registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☕ mason-registry

Neovim Lua Java Gradle Apache Maven

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
{
  'williamboman/mason.nvim',
  opts = {
    registries = {
      'github:nvim-java/mason-registry',
      'github:mason-org/mason-registry',
    },
  },
}

Head on to main project ☕ nvim-java

About

A mason registry that provides packages or package versions not available in the main registry

License:Apache License 2.0