Releases: tobias-z/java-util.nvim
Releases · tobias-z/java-util.nvim
Version 0.2.0
This release introduces the function lsp.goto_test
.
The goto_test function adds Plenary as a new requirement to JavaUtil. All the old functions still work, but the goto_test function will not work without it.
Full Changelog: 0.1.2...0.2.0
Version 0.1.2
This release introduces the ability to create tests of the current java class you are in.
It also allows you to customize the behaviour of the create_test function, so that you can control your own workflow.
Full Changelog: 0.1.1...0.1.2
Version 0.1.1
Allow commands to be run through vim user commands.
Documentation of commands
Full Changelog: 0.1.0...0.1.1
Version 0.1.0
Initial Release.
Exposes rename functionality for Lombok