skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.84k stars 109 forks source link

WIP: feat(runner): toggleterm #233

Closed meijieru closed 2 years ago

meijieru commented 2 years ago

Runner for toggleterm.nvim

meijieru commented 2 years ago

Some notes to this runner:

  1. It creates a default mapping <leader>tt to toggle the terminal window.
  2. If another task is created while the existing one is still running & g.asynctasks_term_reuse = 1, the previous one will be terminated.