kevinhwang91 / rnvimr

Make Ranger running in a floating window to communicate with Neovim via RPC
BSD 3-Clause "New" or "Revised" License
812 stars 17 forks source link

Option to make ranger a buffer (like nerdtree) instead of floating window? #97

Closed hamensman closed 2 years ago

hamensman commented 2 years ago

I have a question. Is it possible for the ranger popup to be a buffer, mimicking the likes of nerdtree, instead of a floating window? So it would be a nerdtree, but fully integrated with my ranger config/keybindings (which makes this plugin really stand out).

Just to make it visually clear what I am talking about, take a look at this: ranger Pretend these two windows (of ranger and neovim) are one single window, but different buffers. That's pretty much what I mean.

kevinhwang91 commented 2 years ago

The short answer is No. You can use the custom layout to make the floating window more like nerdtree, but I don't suggest this idea.