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

Is executing a range from the current buffer possibe? #52

Closed pranavpa8788 closed 2 years ago

pranavpa8788 commented 2 years ago

First of all, very useful plugin and has been satisfying so far to use. Just wondering is there a feature where I can execute a specified range (as in selected using visual mode), similar to snip run.

Tried RunCode on a range but it said no ranges allowed

CRAG666 commented 2 years ago

It is not something that I use often, so I do not implement it (I do not plan to do it, because I do not use it).But if you have enough time I could send a PR and I gladly accept it.

pranavpa8788 commented 2 years ago

Thanks for the clarification man. I'll try to work on it someday whenever I have the time. Great plugin man, works smooth as butter so far!