CRAG666/code_runner.nvim

How to modify the java execution setup

Closed this issue · 0 comments

I want to delete the .class file generated after compiling. how to add that in the config.
java = {
"cd $dir &&",
"javac $fileName &&",
"java $fileNameWithoutExt &&",
___________________________ to add here
},
Thanks in advance