
ijdocs.nvim brings IntelliJ-style Javadoc into Neovim. A companion Rust HTTP server (axum/tokio) extracts documentation from Maven/Gradle-cached *-javadoc.jar and *-sources.jar files, and the Lua plugin renders it as float hovers with in-float type navigation, a tree browser, JDK docs, and a browser fallback. Roughly 4k lines across the Rust server and Lua plugin.
Author