/quickrun-job-runner.nvim

Quickrun job runner employing Neovim job control API

Primary LanguageVim Script

Quickrun: Neovim job runner

This plugin provides a Quickrun runner employing Neovim job control API.

Dependencies

  • Neovim: Not working on Vim due to the difference of interface
  • vim-quickrun: Awesome vim plugin to run command quickly and asynchronously

How to use

Put the following code in your .vimrc, or somewhere else.

" For default runner
let g:quickrun_config = {'_': {'runner': 'nvim_job'}}

" For specific runner
let g:quickrun_config.ruby = {'runner': 'nvim_job'}

WIP

  • It doesn't support timer yet.
  • It's not well-tested.