CRAG666 / code_runner.nvim

Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
MIT License
534 stars 38 forks source link

How to modify the java execution setup #90

Closed qinchonghanzuibang closed 1 year ago

qinchonghanzuibang commented 1 year ago

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