ldelossa / gh.nvim

A fully featured GitHub integration for performing code reviews in Neovim.
MIT License
520 stars 24 forks source link

[FR] Show comments in virtualtext or hover/floating window #116

Open navignaw opened 3 weeks ago

navignaw commented 3 weeks ago

Thanks for putting this together, it's a really awesome plugin!

One feature that I'd love to see is the ability to show comments in virtual text or a floating window, like in the VSCode extension. I found a separate implementation from this reddit thread here: https://github.com/lukas-reineke/pr.nvim/blob/master/lua/pr/floating_win.lua that could probably be adapted to work with this plugin.