-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Create a runner feature to execute Java code in chase.nvim.
What it should do
- Allow running
.javafiles directly from chase.nvim - Configure the command to compile and run Java according to the operating system
- Display process output in the terminal buffer
- Allow customization of environment variables and JVM arguments
- Document usage in the README
Benefits
- Makes Java development easier for Neovim users
- Integrates with existing commands for other languages
Acceptance criteria
- It is possible to run any
.javafile in a straightforward way - Option to customize commands/arguments
- Clear documentation and usage examples
Reactions are currently unavailable