add initial lsp support

This commit is contained in:
Kujtim Hoxha
2025-04-03 17:23:41 +02:00
parent afd9ad0560
commit cfdd687216
47 changed files with 13994 additions and 454 deletions
+6 -3
View File
@@ -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 = "󰒲"
)