Added java lsp.

This commit is contained in:
anth64
2023-11-21 22:23:16 -05:00
parent 2d04714649
commit 708b7da313
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
local config = {
cmd = {'/home/anth/.local/share/jdtls/bin/jdtls'},
root_dir = vim.fs.dirname(vim.fs.find({'gradlew', '.git', 'mvnw'}, { upward = true })[1]),
}
require('jdtls').start_or_attach(config)