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.44k stars 177 forks source link

feature: disable folder etc.. icons #442

Closed Arisa-Snowbell closed 4 months ago

Arisa-Snowbell commented 4 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

image don't want these icons

Describe the solution you'd like

option to disable all of the icons with one variable

Describe alternatives you've considered

?

Additional context

No response

folke commented 4 months ago

Check the diagnostics source src code.

You will want to change the group for { "directory" } to something like { "directory", format = "{dirname}" }.

You can just add all of that to your trouble config.

Same for the others.