We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
make sense.
Sorry, something went wrong.
related #1359
No branches or pull requests
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 exampleThe text was updated successfully, but these errors were encountered: