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

`:RunClose` only works from runner window #119

Open Rizhiy opened 1 month ago

Rizhiy commented 1 month ago

As title. It would be great to have a command which would close all runner windows from anywhere. I want to add it as autocommand to automatically close runner window on close, because I use persistent sessions. Also, I don't really want to switch to runner window every time to close it. Maybe something like :RunCloseAll.

BTW, why do you unlist the code runner buffer? It makes it quite difficult to implement normal functionality using normal lua. This should definitely be an option. If it was listed, I could just do :bd crunner*<CR>.

CRAG666 commented 1 month ago

Please send PR