kosayoda / nvim-lightbulb

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

Way to ignore certain lsps? #23

Closed jandamm closed 2 years ago

jandamm commented 2 years ago

I use null-ls to present gitsigns actions as code actions. Is there a way to not show a lightbulb for those actions? I'd be fine with just ignoring null-ls completely. Wouldn't have to be on the per action level.

kosayoda commented 2 years ago

Currently not, but I'll implement this as a feature.

kosayoda commented 2 years ago

Please pull the latest master and let me know if the feature suits your needs.

jandamm commented 2 years ago

Thanks, this works as expected 👍