With this plugin you could set a key, say F5 to run/compile any of your project with your configuration. Run make for C projects, cargo build for rust, go build for Go, and so on; with same key. It uses tmux to run/build project in same window (new pane) or in a new background window.
Plugin name
tmux-compile.nvim
Description
With this plugin you could set a key, say
F5
to run/compile any of your project with your configuration. Runmake
for C projects,cargo build
for rust,go build
for Go, and so on; with same key. It uses tmux to run/build project in same window (new pane) or in a new background window.Repo link
https://github.com/karshPrime/tmux-compile.nvim
Tags
Split and Window
Code Runner
Keybinding
Programming Languages Support
Terminal Integration