j-hui / fidget.nvim

💫 Extensible UI for Neovim notifications and LSP progress messages.
MIT License
1.95k stars 58 forks source link

render_limit ignored #222

Closed ilan-schemoul closed 6 months ago

ilan-schemoul commented 6 months ago

Hey, I use lazy to load your (awesome) plugin and then

require"fidget".setup{ progress = {
  display = { render_limit = 2 },
} }

However with the ltex lsp I can open a .md and see easily 10 notifications at a time (a tad annoying) ! I also tried the legacy branch with the max_messages option but I still see a ton of notifications

You can check out https://github.com/ilan-schemoul/ours-nvim/tree/main/nvim to see the full config but I do not think you need to.

ilan-schemoul commented 6 months ago

My bad it works