kosayoda / nvim-lightbulb

VSCode 💡 for neovim's built-in LSP.
MIT License
801 stars 30 forks source link

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

Closed crisidev closed 1 week ago

crisidev commented 5 months ago

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.

kosayoda commented 1 week ago

Thank you for the PR!