Updates to neovim configs

This commit is contained in:
Alex Selimov 2024-05-09 13:59:05 -04:00
parent f6532a1a3a
commit d42be23c49
3 changed files with 128 additions and 18 deletions

View file

@ -1,5 +1 @@
local config = {
cmd = { "/home/aselimov/.local/share/nvim/mason/bin/jdtls" },
root_dir = vim.fs.dirname(vim.fs.find({ "gradlew", ".git", "mvnw" }, { upward = true })[1]),
}
require("jdtls").start_or_attach(config)