feat: improve config

This commit is contained in:
Maurice Grönwoldt 2026-08-18 09:12:45 +02:00
commit 9f68a648a7
Signed by: versustunez
GPG key ID: 3DBA8C59A63DEE3A
15 changed files with 97 additions and 134 deletions

7
lua/plugins/java.lua Normal file
View file

@ -0,0 +1,7 @@
-- for now we use the intellij lsp, but if this goes paid we go jls or so
return {
"gipo355/nvim-intellij-lsp",
opts = {
server_dir = vim.fn.stdpath("data") .. "/intellij-server",
},
}