Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.07 KB

☕ 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