Hobbyist
Editor
Languages
OS
🔭 I’m currently working on comment-box, a plugin for Neovim. It's modest project, but it's the first program I make than can be useful for me or others so I'm pretty proud of it!🌱 I’m currently learning Lua and Rust.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuselocal cargo_watch = Terminal:new({
-- launch cargo watch with all the necessary options to just have the project running:
cmd = "cargo watch -q -c -x 'run -q'",
dir = "git_dir",
-- open the terminal under the file (use "vertical" to open it on the right)