Configure Neovim for Java Development
Get up and running with developing Java inside Neovim!
Wondering how to get Java setup in Neovim? Here’s what I have learned and configured so far.
What do we want?
With Java development, there are some expectations that an editor should fullfill so that we can be productive.
Here are a few items that I have come to expect when developing software in Java:
smart code completion
diagnostics (tell me when I have…



