kevinhwang91 / rnvimr

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

can it open all selected files at once while some selected files are located in different directories? #105

Closed wizenith closed 2 years ago

wizenith commented 2 years ago

Thanks for creating this great plugin, I am enjoy finding files by having the ranger integrated with nvim, but I did encounter a problem that it only opened the files I selected in the current directory, but not with other files where are from other folders. Please kindly advise if there is any way to achieve it. Thank you.

kevinhwang91 commented 2 years ago

But this is the ranger default behavior.

wizenith commented 2 years ago

Oh I get it, I thought it might be able to save the selection items as a array and open those buffer files from the array, thank you for quick reply. I will close this issue then.