vim-dispatch-neovim icon indicating copy to clipboard operation
vim-dispatch-neovim copied to clipboard

Adds neovim support to vim-dispatch

Results 9 vim-dispatch-neovim issues
Sort by recently updated
recently updated
newest added

I'm still a beginner when it comes to dispatch and this plugin, but I am having a problem with the quickfix window from the `Make` output. Somehow the error parsing...

Hi, Thank you for this awesome plugin which enables us to use Dispatch. One small Issue: I am using neovim v0.3.4 ```vim " start terminal in insert mode if has('nvim')...

These are just my local changes I came up with a while ago. It contains 2-3 different things, which I could extract into separate PRs if needed, of course.

Hi, thank you for your work. I recorded the issue with asciinema https://asciinema.org/a/6fdy5j87m6jh4alxsa37n9v8l

This PR updates the behaviour of `Start` so that repeated calls for a running job that isn't visible in any window will pop open a new tab and load the...

Running `Start!` in a buffer with a Projectionist config for `Start` opens the tab in the foreground. It works as intended if the command is provided explicitly.

It seems as if `getlinebuf()` in `JobExit()` gets the buffer before the terminal is done writing to it. This results in the output being cut. Might be related to neovim/neovim/issues/4569...

When using the terminal method (https://github.com/radenling/vim-dispatch-neovim/blob/85deb470b53ab796e6201b3345de588f1d648555/autoload/dispatch/neovim.vim#L62-L78), the lines end up being split at the width of the terminal window, which then causes issues when using it with `&errorformat` etc. For...