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

Consider treesitter previews #78

Open ChristianChiarulli opened 3 years ago

ChristianChiarulli commented 3 years ago

You may be able to find out how telescope does it and provide previews with treesitter. Just a thought.

kevinhwang91 commented 3 years ago

I think using a buffer in the floating window as a previewer of rnvimr to overlap the ranger's previewer is the easiest way to implement this feature.

Do you have any good idea?

kevinhwang91 commented 3 years ago

I just now found that the can't overlay rnvimr with the other floating window, and api without any parameter to change the window priority.

shiro commented 9 months ago

Just saw that there was some Z-index args in nvim, added here, not sure if that's what you'd need here, just wanted to point it out. :rocket: