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.12k stars 172 forks source link

Diagnostic signs are not displayed #449

Closed folke closed 1 month ago

folke commented 1 month ago

In Neovim >= 0.10, you need to configure diagnostic signs with :h vim.diagnostic.config() NOT using vim.fn.sign_define.

Trouble will only look for configured signs on 0.10 in the diagnostic config.