nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.36k stars 284 forks source link

DOCS: Make config setting clearer #1454

Open dr-thca opened 1 month ago

dr-thca commented 1 month 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

glepnir commented 1 month ago

make sense.

mosheavni commented 3 weeks ago

related #1359