mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 18:54:25 +02:00
java tool working on mac
This commit is contained in:
parent
1154032f64
commit
d539ec951c
4 changed files with 80 additions and 29 deletions
|
@ -313,6 +313,12 @@ return require("packer").startup(function(use)
|
|||
"typescript.tsx",
|
||||
},
|
||||
}
|
||||
|
||||
use {
|
||||
"mfussenegger/nvim-jdtls",
|
||||
disable = not O.lang.java.java_tools.active,
|
||||
}
|
||||
|
||||
-- use {
|
||||
-- "jose-elias-alvarez/null-ls.nvim",
|
||||
-- ft = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue