more stuff too lazy to seperate
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
-- IMPORTANT: Make sure you're $JAVA_HOME is correct (prob should be 17 or higher)
|
||||
-- NOTE: Make sure you're $JAVA_HOME is correct (prob should be 17 or higher)
|
||||
local java_cmds = vim.api.nvim_create_augroup('java_cmds', {clear = true})
|
||||
local cache_vars = {}
|
||||
|
||||
@ -16,7 +16,7 @@ local features = {
|
||||
|
||||
-- change this to `true` if you have `nvim-dap`,
|
||||
-- `java-test` and `java-debug-adapter` installed
|
||||
debugger = false,
|
||||
debugger = true,
|
||||
}
|
||||
|
||||
local function get_jdtls_paths()
|
||||
|
Reference in New Issue
Block a user