francoiscabrol / ranger.vim

Ranger integration in vim and neovim
664 stars 58 forks source link

[Feature Request]Float window support #94

Open fgheng opened 4 years ago

fgheng commented 4 years ago

hello, would you like to support float window?

acheronfail commented 4 years ago

I would love this, it's a really cool feature of nnn.vim: https://github.com/mcchrish/nnn.vim

let g:nnn#layout = { 'window': { 'width': 0.9, 'height': 0.6, 'highlight': 'Debug' } }
fgheng commented 4 years ago

thank you very much

francoiscabrol commented 4 years ago

that looks very nice! I don't see it more convenient than full window because the window become smaller and probably too small when the terminal is not display fullscreen. but it would be nice as an option.

fgheng commented 4 years ago

I also think it would be better add this as an option, thank you very much