summaryrefslogtreecommitdiffhomepage
path: root/internal/lsp/util
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/util')
-rw-r--r--internal/lsp/util/edit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/util/edit.go b/internal/lsp/util/edit.go
index 52f03ee77..5440e2f6c 100644
--- a/internal/lsp/util/edit.go
+++ b/internal/lsp/util/edit.go
@@ -7,7 +7,7 @@ import (
"sort"
"strings"
- "github.com/kujtimiihoxha/opencode/internal/lsp/protocol"
+ "github.com/opencode-ai/opencode/internal/lsp/protocol"
)
func applyTextEdits(uri protocol.DocumentUri, edits []protocol.TextEdit) error {