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

How to disable wrap output on terminal #64

Closed achmadya-dev closed 1 year ago

CRAG666 commented 1 year ago

please screenshot or description

achmadya-dev commented 1 year ago

It was like this image My code_runner output is set to 'vert' in that example the text wraps down when it hits the terminal the max width vertically.

What I want is, can I make the code_runner console output unwrapped? instead we can swipe left and right to see them

CRAG666 commented 1 year ago

You could add a function that is executed before a command is finished and in it you can add the options you want