voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

Conflict with vim-cool #367

Closed nabakolu closed 2 years ago

nabakolu commented 2 years ago

Using vim-floaterm in combination with vim-cool breaks vim-floaterm's :FloatermToggle by insert some characters (at least in neovim):

Steps to reproduce (using vim plug):

call plug#begin('~/.local/plugged')
    Plug 'voldikss/vim-floaterm'
    Plug 'romainl/vim-cool',
call plug#end()

Actual Behaviour

The floating terminal has some characters before and after the shell prompt, as well as the string (StopHL)

Expected Behaviour

The floating terminal only shows prompt without these characters and the string (StopHL)

Screenshot

1659359045

Equivalent Issue on vim-cool

https://github.com/romainl/vim-cool/issues/44

nabakolu commented 2 years ago

Seems to have resolved itself after reinstalling both plugins multiple times.