Did you check the docs?
Is your feature request related to a problem? Please describe.
I'm new to Neovim. I also managed to set it up and run my Spring boot application. I have multiple main classes in my project and I want to run them in different buffers. However, whenever I tried to run another application in a different buffer, it prompted me to select a class and shut down the previous running application. I went through the documentation multiple time and couldn't find how I can start multiple applications. Am I missing something here?
Describe the solution you'd like
I would like the ability to run another java application in a different buffers without stopping the previous application
Describe alternatives you've considered
idk
Additional context
No response