maven.nvim
maven.nvim copied to clipboard
for java developer, interactively execute maven command without leaving your editor
Good job, I think this is pretty close to being a perfect tool for Java developers who want to work within the Neovim editor. But there's one thing that's missing...
Hello! I instaled today the plugin, with *lazy*. This is my config: ```lua { 'eatgrass/maven.nvim', cmd = { 'Maven', 'MavenExec' }, dependencies = 'nvim-lua/plenary.nvim', config = function() require('maven').setup({ executable =...
This pull request introduces several enhancements and new functionalities to the Maven plugin, improving its usability and extending its capabilities. The following changes have been made: New Features: add_dependency_to_pom.lua: Added...