RaafatTurki / corn.nvim

LSP diagnostics at your corner
104 stars 7 forks source link

Feature request: don't show diagnostics in insert mode #7

Closed TomDeneire closed 5 months ago

TomDeneire commented 6 months ago

Hi there,

congrats on the plugin! I tried something similar ago (so I know it's not an easy feat), https://github.com/TomDeneire/notify-diagnostics.nvim, but I didn't quite get the solution I wanted. So I really like your plugin, but one thing that (for me) could improve the functionality is not having LSP diagnostics while in insert mode, which I find distracting.

All the best,

Tom.

RaafatTurki commented 5 months ago

Hey Thanks for the feedback! I've just pushed a new update, you can now add blacklisted_modes = { 'i' } in the setup config

TomDeneire commented 5 months ago

Super, works like charm!