mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
add initial lsp support
This commit is contained in:
parent
afd9ad0560
commit
cfdd687216
47 changed files with 13996 additions and 456 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue