Added support for java
This commit is contained in:
14
.config/nvim/lua/custom/plugins/nvim-java.lua
Normal file
14
.config/nvim/lua/custom/plugins/nvim-java.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
@@ -18,6 +18,7 @@ return {
|
||||
"gdscript",
|
||||
"godot_resource",
|
||||
"gdshader",
|
||||
"java",
|
||||
},
|
||||
-- Autoinstall languages that are not installed
|
||||
auto_install = true,
|
||||
|
||||
Reference in New Issue
Block a user