add build.xml to jdtls (used in ant projects)
This commit is contained in:
parent
c4ceb17593
commit
569175bc8f
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ return { 'williamboman/mason-lspconfig.nvim',
|
||||||
}
|
}
|
||||||
|
|
||||||
config.root_dir = vim.fs.root(0, { ".git", "mvnw", ".gradle",
|
config.root_dir = vim.fs.root(0, { ".git", "mvnw", ".gradle",
|
||||||
"gradlew" })
|
"gradlew", "build.xml" })
|
||||||
|
|
||||||
-- start it up
|
-- start it up
|
||||||
jdtls.start_or_attach(config)
|
jdtls.start_or_attach(config)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue