kosayoda / nvim-lightbulb

VSCode 💡 for neovim's built-in LSP.
MIT License
783 stars 27 forks source link

feat!: allow ignoring a list of code actions #55

Open okuuva opened 1 year ago

okuuva commented 1 year ago

Replaces ignore.actions_without_kind boolean with a table of ignored actions. To replicate actions_without_kind functionality add and empty string to the table.

Implements #51.