inital commit: dotfiles of arch-desktop

This commit is contained in:
2025-07-13 19:23:46 +02:00
commit e55f88606c
43 changed files with 3250 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
return {
"mfussenegger/nvim-jdtls",
ft = "java",
config = function()
require("jdtls").start_or_attach({
cmd = { "/home/llinde/.local/share/nvim/mason/packages/jdtls/bin/jdtls" },
root_dir = require("jdtls.setup").find_root({ "gradlew", ".git", "mvnw" }),
})
end,
}