clojure-vim/vim-jack-in

On neovim, can't get to work with only vim-dispatch-neovim

Opened this issue · 1 comments

When I install only vim-dispatch-neovim with vim-jack-in, it raises an error on :Lein command.

Plug 'clojure-vim/vim-jack-in'
Plug 'radenling/vim-dispatch-neovim'

Screen Shot 2020-09-15 at 19 30 52

When install vim-dispatch with vim-jack-in, it opens a new tmux window and runs the process, it's good but not the ideal because i want to run all inside neovim.

Plug 'clojure-vim/vim-jack-in'
Plug 'tpope/vim-dispatch'

Screen Shot 2020-09-15 at 19 33 29

When I install vim-dispatch, vim-jack-in and vim-dispatch-neovim, it opens a new tab with the process

Plug 'clojure-vim/vim-jack-in'
Plug 'tpope/vim-dispatch'
Plug 'radenling/vim-dispatch-neovim'

Screen Shot 2020-09-15 at 19 35 25

I feel like this a quite strange behavior, it's correct?

It's correct. Vim-dispatch-neovim is an extension for vim-dispatch to allow opening processes with :terminal.

Vim-dispatch is required, vim-dispatch-neovim is not.