hkupty / nvimux

Neovim as a TMUX replacement
Apache License 2.0
445 stars 17 forks source link

dont know how to configure nvimux to use neoterm #29

Closed maple-leaf closed 5 years ago

maple-leaf commented 6 years ago

try setting let g:nvimux_quickterm_provider = 'neoterm#new' with no lucks.

hkupty commented 6 years ago

Hum.. That is a bad sign that I've left the docs a mess.

I'll deprecate the VimL config in favor of lua only, so I'd recommend switching to it, but the property you're looking for is quickterm_command (g:nvimux_quickterm_command in VimL).

I'll leave this open as sign for me to fix the docs ASAP.

hkupty commented 6 years ago

Maybe this is already fixed with the lua code, though the documentation is still poor. Should I close it?

maple-leaf commented 5 years ago

It seems work well now. Close this.