Added Java plugin

This commit is contained in:
Ross Sullivan 2024-05-06 19:43:45 +09:00
parent dea1b66ce2
commit 7031a8a62a
No known key found for this signature in database
GPG Key ID: FA970BBB851501B3
1 changed files with 23 additions and 2 deletions

View File

@ -608,7 +608,7 @@ require('lazy').setup({
}, },
}, },
} }
require('java').setup()
-- Ensure the servers and tools above are installed -- Ensure the servers and tools above are installed
-- To check the current status of installed tools and/or manually install -- To check the current status of installed tools and/or manually install
-- other tools, you can run -- other tools, you can run
@ -639,7 +639,28 @@ require('lazy').setup({
} }
end, end,
}, },
{
'nvim-java/nvim-java',
dependencies = {
'nvim-java/lua-async-await',
'nvim-java/nvim-java-refactor',
'nvim-java/nvim-java-core',
'nvim-java/nvim-java-test',
'nvim-java/nvim-java-dap',
'MunifTanjim/nui.nvim',
'neovim/nvim-lspconfig',
'mfussenegger/nvim-dap',
{
'williamboman/mason.nvim',
opts = {
registries = {
'github:nvim-java/mason-registry',
'github:mason-org/mason-registry',
},
},
},
},
},
{ -- Autoformat { -- Autoformat
'stevearc/conform.nvim', 'stevearc/conform.nvim',
lazy = false, lazy = false,