You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require("nvim-lightbulb").setup({
autocmd={ enabled = true },
action_kinds= {'quickfix', 'refactor'},
number= {
enabled = true,
-- Highlight group tohighlight the number column if there isa lightbulb.
hl="LightBulbNumber",
}
})
Ruff fix all is for the entire document. Still, lightbulb won't ignore this fix, and would be active for every line in documents where ruff finds any change!
The kind is of course under source and should be ignored.
The text was updated successfully, but these errors were encountered:
I have the following config:
In python-lsp-ruff there is the following code:
Ruff fix all
is for the entire document. Still, lightbulb won't ignore this fix, and would be active for every line in documents where ruff finds any change!The kind is of course under source and should be ignored.
The text was updated successfully, but these errors were encountered: