lsp improvements

This commit is contained in:
Kujtim Hoxha
2025-04-21 13:42:29 +02:00
parent bf8cd3bd12
commit 2b5a33e476
15 changed files with 922 additions and 127 deletions
+3 -2
View File
@@ -6,7 +6,8 @@ const (
CheckIcon string = "✓"
ErrorIcon string = "✖"
WarningIcon string = "⚠"
InfoIcon string = ""
InfoIcon string = ""
HintIcon string = "i"
SpinnerIcon string = "..."
)
LoadingIcon string = "⟳"
)