Neovim for Beginners — Java Debugging
Use Neovim to debug a Java application.
We configure Neovim for Java development in the previous article. In this article, we will configure debugging for Java using nvim-dap
.
This article is part of the Neovim for Beginners series.
The Neovim configuration files can be found in this repository.