mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
add initial lsp support
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user