change package name

This commit is contained in:
Kujtim Hoxha
2025-04-24 18:25:52 +02:00
parent e1b2ce483f
commit b106787a50
67 changed files with 229 additions and 229 deletions

View File

@@ -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.