diff options
Diffstat (limited to 'internal/lsp/methods.go')
| -rw-r--r-- | internal/lsp/methods.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/methods.go b/internal/lsp/methods.go index ab33d7e1b..d4f6d1c6c 100644 --- a/internal/lsp/methods.go +++ b/internal/lsp/methods.go @@ -4,7 +4,7 @@ package lsp import ( "context" - "github.com/kujtimiihoxha/opencode/internal/lsp/protocol" + "github.com/opencode-ai/opencode/internal/lsp/protocol" ) // Implementation sends a textDocument/implementation request to the LSP server. |
