Nithin M.K.
Nithin M.K.
I'm the creator of this issue; my previous GitHub account got deleted. Just like to enquire if this issue could be resolved, as I hope all programs / libraries are...
Now that NeoVim 0.10.0 is the latest stable release, please can we have a new release of telescope which includes this fix?
What is the proper way to set `javadoc` in `runtimes` if the JavaDoc of the JDK is a ZIP file downloaded from Oracle? Is it: 1. `javadoc = "/opt/jdk-21.0.3_doc-all.zip",` or...
@rgrunber I tried option 1 _after_ deleting the JDK's src.zip and disconnecting from the Internet. The documentation tooltip in NeoVim did not show the documentation in that case, just the...
Here is my relevant Lua configuration file for NeoVim. I took it from [AstroNvim](https://github.com/AstroNvim/astrocommunity/blob/main/lua/astrocommunity/pack/java/README.md). Jdtls version is 1.35.0. ```lua local home = os.getenv "HOME" ---@type LazySpec return { { "mfussenegger/nvim-jdtls",...
These are the NeoVim LSP logs. ``` [START][2024-06-03 19:53:36] LSP logging initiated [ERROR][2024-06-03 19:53:36] .../vim/lsp/rpc.lua:734 "rpc" "java" "stderr" "WARNING: Using incubator modules: jdk.incubator.vector\n" [ERROR][2024-06-03 19:53:37] .../vim/lsp/rpc.lua:734 "rpc" "java" "stderr" "Jun...
> I use latest jdtls snapshot (at time of writing [jdt-language-server-1.33.0-202402030358](https://www.eclipse.org/downloads/download.php?file=/jdtls/snapshots/jdt-language-server-1.33.0-202402030358.tar.gz)), launched through Neovim, through plugin [nvim-jdtls](https://github.com/mfussenegger/nvim-jdtls), with [Java 21.0.2](https://jdk.java.net/21/) > > Many "movable parts" where things can go wrong......
Right now, lsp-java is downloading an older version of eclipse-jdtls (1.23.0), which doesn't support Java 21. eclipse-jdtls 1.35.0 supports up to Java 22. Can we please get an updated release...
@ArneBab In which file should I set those options?
@Juniar-Rakhman Actually, [spring-boot.nvim](https://github.com/JavaHello/spring-boot.nvim) is a nice-to-have NeoVim plugin. It replicates the functionality of the [Spring Boot Tools](https://marketplace.visualstudio.com/items?itemName=vmware.vscode-spring-boot) extension available with VS Code. It provides the [STS4](https://github.com/spring-projects/sts4/) language server which runs...