Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.28 KB

☕ mason-registry

Neovim Lua Java Gradle Apache Maven

This project daily checks new JDTLS versions and re-package new versions without timestamps in the package and equinox launcher

Related issues:

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