add java support
will switch to intellij prob when i really need it
This commit is contained in:
parent
ab1b0a3ae6
commit
0c34bb7f6f
2
init.lua
2
init.lua
@ -352,6 +352,8 @@ local servers = {
|
|||||||
tsserver = {},
|
tsserver = {},
|
||||||
pyright = {},
|
pyright = {},
|
||||||
|
|
||||||
|
jdtls = {},
|
||||||
|
|
||||||
|
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
21
lua/custom/plugins/java.lua
Normal file
21
lua/custom/plugins/java.lua
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
return {
|
||||||
|
'nvim-java/nvim-java',
|
||||||
|
dependencies = {
|
||||||
|
'nvim-java/lua-async-await',
|
||||||
|
'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',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user