initial commit
This commit is contained in:
24
pipktop/nvim/lua/plugins/java.lua.old
Normal file
24
pipktop/nvim/lua/plugins/java.lua.old
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
return {
|
||||
"nvim-java/nvim-java",
|
||||
config = false,
|
||||
dependencies = {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
jdtls = {
|
||||
-- your jdtls configuration goes here
|
||||
},
|
||||
},
|
||||
setup = {
|
||||
jdtls = function()
|
||||
require("java").setup({
|
||||
-- your nvim-java configuration goes here
|
||||
})
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user