I have no idea
This commit is contained in:
1 parent
c4f2a1e4cb
commit
d069cc3ac0
15 files changed
+176
-75
No files matched your search
@@ -0,0 +1,6 @@
|
||||
local config = {
|
||||
cmd = {'/path/to/jdt-language-server/bin/jdtls'},
|
||||
root_dir = vim.fs.dirname(vim.fs.find({'.gradlew', '.git', 'mvnw'}, { upward = true })[1]),
|
||||
}
|
||||
require('jdtls').start_or_attach(config)
|
||||
|
||||
Reference in new issue
Block a user