nvim-lightbulb
nvim-lightbulb copied to clipboard
Cmp's Ghost text is overwritten
I used nvim-cmp as the completetion framework and I opened its experiment feature 'ghost txt', but the bulb overwritten the ghost txt, how to avoid it?
ghost txt is like as below
With the current state of the plugin, you could use a different indicator:
-
sign
shows a lightbulb in the sign gutter, -
float
opens a floating window with the lightbulb in it
Alternatively, I can add support for specifying the virtual text column for the lightbulb (ie. #7, but the branch I was working on is old and behind master). Let me know if so and I can try implementing it whenever I get the time to do so.
Hello! With the newest release, you can set the position of the virtual text with virtual_text.pos
, with something like right_align
it should get out of your way most of the time.