nvim-lightbulb icon indicating copy to clipboard operation
nvim-lightbulb copied to clipboard

feat: allow changing the lightbulb icon if there are code lenses

Open crisidev opened this issue 1 month ago • 0 comments

If nvim-lightbulb is configured with code_lenses = true and there are runnable code lenses under the cursor, the plugin can change the icon to a different one.

There are now 2 icons in most handlers, in the attribute text and lens_text and the latter is used in the conditions above.

crisidev avatar May 19 '24 02:05 crisidev