LightBulb
Usage #
Automatically show lightbulbs when the current line has available code actions.
Default Options #
enable = true
enablesign = true
show sign in status columnvirtual_text = true
show virtual text at the end of linedebounce = 10
timer debouncesign_priority = 40
sign priority
How to Change the Sign #
The sign uses ui.code_action
(see
misc.md):
require('lspsaga').setup({
ui = {
code_action = 'your icon'
}
})