CRLF -> LF

This commit is contained in:
2024-12-03 20:36:44 +01:00
parent 20e2dce754
commit ac570f7599
19 changed files with 145 additions and 166 deletions
-5
View File
@@ -1,5 +0,0 @@
local config = {
cmd = {'/home/anth/.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)