mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 18:34:41 +02:00
new language servers and smart document highlighting
This commit is contained in:
parent
3266955359
commit
6ed2437edb
15 changed files with 68 additions and 9 deletions
|
@ -13,6 +13,7 @@ else
|
|||
print("Unsupported system")
|
||||
end
|
||||
require('jdtls').start_or_attach({
|
||||
on_attach = require'lsp'.common_on_attach,
|
||||
cmd = {JAVA_LS_EXECUTABLE},
|
||||
root_dir = require('jdtls.setup').find_root({'gradle.build', 'pom.xml'})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue