From cfdd687216799cb5b47f099f1e7cd5dd16b3bdd0 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 3 Apr 2025 15:20:15 +0200 Subject: add initial lsp support --- internal/tui/styles/icons.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'internal/tui/styles') diff --git a/internal/tui/styles/icons.go b/internal/tui/styles/icons.go index d3dcc0c56..f641984e7 100644 --- a/internal/tui/styles/icons.go +++ b/internal/tui/styles/icons.go @@ -9,8 +9,11 @@ const ( UserIcon string = "" CheckIcon string = "✓" - ErrorIcon string = "✗" + ErrorIcon string = "" + WarningIcon string = "" + InfoIcon string = "" + HintIcon string = "" SpinnerIcon string = "..." - - SleepIcon string = "󰒲" + BugIcon string = "" + SleepIcon string = "󰒲" ) -- cgit v1.2.3