From 569175bc8f8211b8f241b2d9023afc28daab53ab Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:25:34 -0600 Subject: add build.xml to jdtls (used in ant projects) --- lua/conf/plugins/mason-lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/conf/plugins/mason-lspconfig.lua b/lua/conf/plugins/mason-lspconfig.lua index edeaf93..36cd1ba 100644 --- a/lua/conf/plugins/mason-lspconfig.lua +++ b/lua/conf/plugins/mason-lspconfig.lua @@ -356,7 +356,7 @@ return { 'williamboman/mason-lspconfig.nvim', } config.root_dir = vim.fs.root(0, { ".git", "mvnw", ".gradle", - "gradlew" }) + "gradlew", "build.xml" }) -- start it up jdtls.start_or_attach(config) -- cgit v1.2.1