Skip to content

Commit e76c2bf

Browse files
committed
chore(diagnostics): use sensible icons for the warn, info
1 parent 7a6c498 commit e76c2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/opts.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ vim.diagnostic.config {
8888
},
8989
signs = {
9090
text = {
91-
[vim.diagnostic.severity.HINT] = "󱐮",
91+
[vim.diagnostic.severity.HINT] = "",
9292
[vim.diagnostic.severity.ERROR] = "",
9393
[vim.diagnostic.severity.INFO] = "",
94-
[vim.diagnostic.severity.WARN] = "",
94+
[vim.diagnostic.severity.WARN] = "",
9595
},
9696
},
9797
}

0 commit comments

Comments
 (0)