Alexander Konotop

Results 34 comments of Alexander Konotop

Maybe running [this way](https://github.com/JavaHello/spring-boot.nvim/blob/main/lua/spring_boot/launch.lua#L40-L42) is required

Yes. exactly. With this config ``` autocmd User LspSetup call LspAddServer([#{name: 'spring-boot', \ filetype: ['yaml', 'jproperties', 'java'], \ path: 'java', \ rootSearch: ['pom.xml', 'settings.gradle', 'settings.gradle.kts', 'build.xml'], \ args: [ \...

> Okay, apprently [their implementation](https://emacs-lsp.github.io/lsp-java/#spring-boot-support-experimental) carries us further here than Neovim's Seems like neovim plugin works fine with vscode extension max 1.5x. While emacs' plugin currently works with 1.6x. Though...

> > jars automatically downloaded by emacs lsp > > I guess unpacking the vsix is [the recommended way to go](https://github.com/spring-projects/spring-tools/wiki/Developer-Manual-Integrate-Language-Server-Into-Client#where-to-get-the-released-language-server-jar-file-from) vsix 1.5x contain non-asssembled JAR. vsix 1.6x contain regular...