initial configuration

This commit is contained in:
2025-04-09 07:59:00 +02:00
parent e7334a67d3
commit a8dd286e39
9 changed files with 19 additions and 228 deletions
-5
View File
@@ -1,5 +0,0 @@
local config = {
cmd = { os.getenv('HOME') .. '/.local/share/java/jdtls/bin/jdtls' },
root_dir = vim.fs.dirname(vim.fs.find({ 'gradlew', '.git', 'mvnw' }, { upward = true })[1]),
}
require('jdtls').start_or_attach(config)