add initial lsp support

This commit is contained in:
Kujtim Hoxha 2025-04-03 15:20:15 +02:00
parent afd9ad0560
commit cfdd687216
47 changed files with 13996 additions and 456 deletions

4
cmd/lsp/main.go Normal file
View file

@ -0,0 +1,4 @@
package main
func main() {
}

View file

@ -36,6 +36,7 @@ var rootCmd = &cobra.Command{
ctx := context.Background()
app := app.New(ctx, conn)
defer app.Close()
app.Logger.Info("Starting termai...")
zone.NewGlobal()
tui := tea.NewProgram(