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