weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

Question: a panel position problem #470

Closed black-desk closed 3 years ago

black-desk commented 3 years ago

when open coc-explorer with airline's buffers panel(how to enable it), it looks like this:

   buffers
-----+---
files|code

image but what I want is:

     |buffers
files+----
     |code

which is make more sence to me :) what should I do?

weirongxu commented 3 years ago

Unfortunately, As far as I know, this layout is not supported in vim/nvim.

black-desk commented 3 years ago

Thanks