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

[Feat] Run in Tmux #27

Open par4m opened 2 years ago

par4m commented 2 years ago

This is probably the best plugin for running code that I've seen yet, I'm currently using vimux to manually send commands to a tmux window, it does not offer as extensive configuration as this plugin. I was wondering if support for tmux could be added or maybe code runner + vimux sounds like a better idea

CRAG666 commented 2 years ago

I don't currently use tmux. I used it for a long time per kitty it already comes with these functions. I will take into account, I will investigate how I can do it, Do not forget to share this plugin to reach more people.

bacnx commented 3 months ago

I discovered that you can use VimuxRunCommand(<cmd>) to execute a command in tmux (Vimux documentation). However, I don't have enough knowledge to implement it myself.