vim-floaterm icon indicating copy to clipboard operation
vim-floaterm copied to clipboard

Broot immediately closes itself

Open finalclass opened this issue 2 years ago • 3 comments


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

finalclass avatar Sep 16 '22 06:09 finalclass

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

voldikss avatar Sep 16 '22 07:09 voldikss

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

finalclass avatar Sep 16 '22 07:09 finalclass

@voldikss why will it be removed ?

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

Canop avatar Jan 20 '23 09:01 Canop