On neovim, can't get to work with only vim-dispatch-neovim
Opened this issue · 1 comments
Deleted user commented
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'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'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'I feel like this a quite strange behavior, it's correct?
SevereOverfl0w commented
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.


