You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document how to replace diag symbols with ASCII (#27)
Noticed `You may also change the diagnostics symbols as shown in the configuration section.`-piece but nothing is actually shown in configuration section.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,18 @@ lsp_status.config {
116
116
```
117
117
-`current_function`: Boolean, `true` if the current function should be updated and displayed in the
118
118
default statusline component.
119
+
-`indicator_*`-group: strings to show as diagnostic warnings. If you don't have Nerd/Awesome Fonts you can replace defaults with ASCII chars like this:
120
+
```
121
+
-- Put this somewhere near lsp_status.register_progress()
0 commit comments