mirror of
https://github.com/sadan4/nvim.git
synced 2024-11-16 22:34:39 -05:00
a
This commit is contained in:
parent
e4e57e9895
commit
ea35043254
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue