feat: improve config
This commit is contained in:
parent
1bec292f72
commit
9f68a648a7
15 changed files with 97 additions and 134 deletions
7
lua/plugins/java.lua
Normal file
7
lua/plugins/java.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- for now we use the intellij lsp, but if this goes paid we go jls or so
|
||||
return {
|
||||
"gipo355/nvim-intellij-lsp",
|
||||
opts = {
|
||||
server_dir = vim.fn.stdpath("data") .. "/intellij-server",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue