diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-16 21:48:29 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-21 13:42:02 +0200 |
| commit | cc07f7a186995f428436bc1adc66a264a95171a4 (patch) | |
| tree | 52b69ced5d4fdb400199e95136725bfdff5cd3ef /internal/lsp/util | |
| parent | bbfa60c787f2ec459f1689b9a650ddbec9693ed9 (diff) | |
| download | opencode-cc07f7a186995f428436bc1adc66a264a95171a4.tar.gz opencode-cc07f7a186995f428436bc1adc66a264a95171a4.zip | |
rename to opencode
Diffstat (limited to 'internal/lsp/util')
| -rw-r--r-- | internal/lsp/util/edit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/util/edit.go b/internal/lsp/util/edit.go index 3b94fb39f..52f03ee77 100644 --- a/internal/lsp/util/edit.go +++ b/internal/lsp/util/edit.go @@ -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 { |
