This commit is contained in:
sadanslargehole 2024-05-22 11:04:07 -04:00
parent e4e57e9895
commit ea35043254
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800

View file

@ -45,7 +45,7 @@ local function setupJDTLS()
-- local bundles = { -- local bundles = {
-- vim.fn.glob(vim.fn.expand '~/.config/java-debug/com.microsoft.java.debug.plugin/target/com.microsoft.java.debug.plugin-0.52.0.jar', true), -- vim.fn.glob(vim.fn.expand '~/.config/java-debug/com.microsoft.java.debug.plugin/target/com.microsoft.java.debug.plugin-0.52.0.jar', true),
-- } -- }
-- vim.list_extend(bundles, vim.split(vim.fn.glob(vim.fn.stdpath 'config' .. '/resources/vscode-java-test-main/server/*.jar', true), '\n')) -- -- vim.list_extend(bundles, vim.split(vim.fn.glob(vim.fn.stdpath 'config' .. '/resources/vscode-java-test-main/server/*.jar', true), '\n'))
local function makeandgetpath() local function makeandgetpath()
local root = require('jdtls.setup').find_root({'.git', 'mvnw', 'gradlew'}); local root = require('jdtls.setup').find_root({'.git', 'mvnw', 'gradlew'});
local path = root .. "./data" local path = root .. "./data"