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

feat: ability to run projects in specific mode #81

Closed saccarosium closed 1 year ago

saccarosium commented 1 year ago

This PR makes possible to specify a mode in which the project command can run. I'm mostly using the a split to run all my code. But I had this one time were I was building a TUI and I needed, only for that project to run the output on a float.

I've tested and the plugin behave like it should and it also has this new functionality.