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

open file inside rnvimr popup #47

Closed Hello-Helo closed 4 years ago

Hello-Helo commented 4 years ago

So, i was editing some files and decided do add another one, i used :vsplit, opened rnvimr, and selected a file, but instead of opening in nvim, it opened in the popup. It worked normaly a few weeks ago without changing configs. Is there a way to fix this?

kevinhwang91 commented 4 years ago

How can you produce this issue?

Run nvim +'checkhealth rnvimr' and post the output here.

Write let g:rnvimr_vanilla = 1 into your init.nvim and try again, is the issue gone?

kevinhwang91 commented 4 years ago

no reply.