voldikss / vim-floaterm

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

Broot immediately closes itself #376

Open finalclass opened 1 year ago

finalclass commented 1 year ago

floaterm: health#floaterm#check
========================================================================
## common
  - INFO: Platform: linux
  - INFO: Nvim: NVIM v0.7.2
  - INFO: Plugin: d3ac089

## terminal
  - OK: Terminal emulator is available

## floating
  - OK: Floating window is available

When I run :FloatermNew broot the floating terminal shows for few milliseconds and then closes itself.

Steps to reproduce

Using the minimal vimrc

set nocompatible
set hidden
set termguicolors
set runtimepath^=/path/to/vim-floaterm
filetype plugin indent on
syntax on

Run the command:

:FloatermNew broot

Actual behaviour

opens floating terminal for few milliseconds and closes it immediately

Expected behaviour

broot opens

Screenshots

Peek 2022-09-16 08-46

voldikss commented 1 year ago

Sorry but broot integration will be removed soon, please do not use it anymore.

finalclass commented 1 year ago

That's a pity, it would be such a nice addition to vim workflow.

Canop commented 1 year ago

@voldikss why will it be removed ?

I'm the author of broot, so if the problem involves the broot's side, I can help.