Srinesh Nisala
Srinesh Nisala
I can't think of a reason why I shouldn't do this. `formatter` depends on one of the packages. In this case it happened to be a binary. I have no...
I have been using this for almost two days with 500 ms time. I haven't had any issues so far. This is must have feature IMO.
@oysandvik94 Hello. I'm working on https://github.com/s1n7ax/nvim-java plugin. I just want painless Java experience in Neovim. As a developer who's working on Spring Boot for the most part, I would like...
@oysandvik94 I will give this a try then. I really hope the layout is Colemak and you would contribute. Thanks
@oysandvik94 Bit occupied with jdtls + neotest integration. I will start working on this after this is done.
So far this is what I figured. ``` ┌─────────────┐ ┌────────────┐ │ │ │ │ │ VSCode ◄──────────┬──────────► Neovim │ │ │ │ │ │ └──▲──────────┘ │ └────────▲───┘ │ │ │...
I have few questions. I added a mson.nvim registry to get the artifacts from sts4 vscode-spring-boot-1.50.0-RC.2.vsix  I have loaded them to jdtls just like vscode-java-test & vscode-java-debug jdtls plugins...
Got it working. extension loading failed due to missing `io.projectreactor.reactor-core.jar` dep. I added all 4 jdtls extensions in the package.json https://github.com/spring-projects/sts4/blob/cb4056d8c2a4c0a61f46f35f498b3bd2d94988e7/vscode-extensions/vscode-spring-boot/package.json#L35-L39 
Can someone help me with these.. 1. Do I need some kind of interface in Neovim for spring boot LS to communicate with jdtls? 2. How to start the lspconfig...
I think the way we register commands for jdtls to execute is using `vim.lsp.commands`. All this is confusing tbh.