hover.nvim icon indicating copy to clipboard operation
hover.nvim copied to clipboard

feat: add highlight provider

Open pinbraerts opened this issue 8 months ago • 3 comments

Reused code from vim.show_pos. Tried to override vim.api.nvim_echo, but it is extremely unsafe and messed up gui a bit. Then I tried to capture output of the command into buffer but that droped highlights.

I use vim.o.cmdheight = 0 and status bar blinks. Looks like something is blocking gui. Leaving it as draft until I figure out why.

pinbraerts avatar Jun 17 '24 20:06 pinbraerts