Skip to content

Commit

Permalink
fix(icons): fixed deprecated icons with nerdfix
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 26, 2023
1 parent 7915277 commit 39db399
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/trouble/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ local defaults = {
auto_jump = { "lsp_definitions" }, -- for the given modes, automatically jump if there is only a single result
signs = {
-- icons / text used for a diagnostic
error = "",
warning = "",
hint = "",
error = "",
warning = "",
hint = "",
information = "",
other = "",
other = "",
},
use_diagnostic_signs = false, -- enabling this will use the signs defined in your lsp client
sort_keys = {
Expand Down

0 comments on commit 39db399

Please sign in to comment.