rename to opencode

This commit is contained in:
Kujtim Hoxha 2025-04-16 21:48:29 +02:00
commit cc07f7a186
66 changed files with 266 additions and 266 deletions

View file

@ -7,7 +7,7 @@ import (
"sort"
"strings"
"github.com/kujtimiihoxha/termai/internal/lsp/protocol"
"github.com/kujtimiihoxha/opencode/internal/lsp/protocol"
)
func applyTextEdits(uri protocol.DocumentUri, edits []protocol.TextEdit) error {