Added support for java

This commit is contained in:
Sebastian Olsson
2025-01-07 14:36:23 +01:00
parent 8b31f5f547
commit 54e41ea1c5
5 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
return {
{
"nvim-java/nvim-java",
jdtls = function()
require("java").setup({
-- Your custom jdtls settings goes here
})
require("lspconfig").jdtls.setup({
-- Your custom nvim-java configuration goes here
})
end,
},
}

View File

@@ -18,6 +18,7 @@ return {
"gdscript",
"godot_resource",
"gdshader",
"java",
},
-- Autoinstall languages that are not installed
auto_install = true,