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
539 stars 38 forks source link

[Feature request] `RunCode` allows arguments for `term`'s `position` and `size` #118

Open kohane27 opened 3 months ago

kohane27 commented 3 months ago

Hello! Hope you're doing well. Thank you for creating this awesome plugin; it makes running single file much easier.

I was hoping to achieve the following:

:RunCode position=vertical size=vim.o.columns * 0.30
:RunCode position=bot size=vim.o.lines * 0.25

It's because sometimes the response from the code execution is long such that I'd prefer the code runner window to be vertical.

Thank you!