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

deprecate mode 'buffer' #78

Closed saccarosium closed 1 year ago

saccarosium commented 1 year ago

Note
This is a preliminary PR for implement #55

Using a buffer for display output can be unstable and very buggy. Since it doesn't bring anything to the table compared to a regular terminal window, I think is safe to remove it. This PR will also move all code running to the termopen function that will make it possible to manage error from stderr, so you can have dignostics and quickfix.