diff options
-rw-r--r-- | fnl/nvrc/ui/modules/diagnostics.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/ui/modules/diagnostics.fnl b/fnl/nvrc/ui/modules/diagnostics.fnl index a1e2530..9cf6a02 100644 --- a/fnl/nvrc/ui/modules/diagnostics.fnl +++ b/fnl/nvrc/ui/modules/diagnostics.fnl @@ -11,7 +11,7 @@ (set errors (.. "%#DiagnosticSignError#E" (. count :errors)))) (when (not= (. count :warnings) 0) (set warnings - (.. " %#DiagnosticSignWarning#W" (. count :warnings)))) + (.. " %#DiagnosticSignWarn#W" (. count :warnings)))) (when (not= (. count :hints) 0) (set hints (.. " %#DiagnosticSignHint#H" (. count :hints)))) (when (not= (. count :info) 0) |