mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(lang) - improve java extension, fixes #1984
This commit is contained in:
parent
56ebedbc22
commit
d25d2d4375
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ return {
|
|||
opts = function(_, opts)
|
||||
opts.registries = opts.registries or {}
|
||||
table.insert(opts.registries, 1, "github:nvim-java/mason-registry")
|
||||
table.insert(opts.registries, "github:mason-org/mason-registry")
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
vim.list_extend(opts.ensure_installed, { "java-test", "java-debug-adapter" })
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue