Open dr-thca opened 6 months ago
I was looking for how to disable the lightbulb in the statusline here: https://nvimdev.github.io/lspsaga/lightbulb/
But I was unsure what key should be used in the config. I discovered that I could just do
init = function() require('lspsaga').setup({ lightbulb = {sign = false}, }) end
but it would be nice that the docs showed that "lightbulb" is the key to use. It might be relevant for other docs as well.
Maybe change the title "Default options" to "Default options (lightbulb)" or show a code example
lightbulb
make sense.
related #1359
I was looking for how to disable the lightbulb in the statusline here: https://nvimdev.github.io/lspsaga/lightbulb/
But I was unsure what key should be used in the config. I discovered that I could just do
but it would be nice that the docs showed that "lightbulb" is the key to use. It might be relevant for other docs as well.
Maybe change the title "Default options" to "Default options (
lightbulb
)" or show a code example