Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS: Make config setting clearer #1454

Open
dr-thca opened this issue May 29, 2024 · 2 comments
Open

DOCS: Make config setting clearer #1454

dr-thca opened this issue May 29, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@dr-thca
Copy link

dr-thca commented May 29, 2024

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

@dr-thca dr-thca added the enhancement New feature or request label May 29, 2024
@glepnir
Copy link
Member

glepnir commented May 29, 2024

make sense.

@mosheavni
Copy link

related #1359

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants