folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.15k stars 173 forks source link

bug v3: missing icons #395

Closed wojciech-kulik closed 3 months ago

wojciech-kulik commented 3 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

NVIM v0.10.0-dev-2723+g981301d11

Operating system/version

macOS 14.4

Describe the bug

In nightly nvim icons are not visible. I'm using Trouble quickfix toggle. On v0.9.5 icons appear correctly. If I switch from dev branch to main it also works.

Steps To Reproduce

  1. Use Trouble from dev branch
  2. Open NVIM v0.10.0-dev-2723+g981301d11
  3. Populate quickfix with warning and errors
  4. Trouble quickfix toggle

Instead of icons E and W appear.

Expected Behavior

Warning and error icons should appear on the list

Repro

No response

folke commented 3 months ago

On nightly you need to properly configure icons with vim.diagnostic.config

wojciech-kulik commented 3 months ago

It worked, thank you! 🍻