summaryrefslogtreecommitdiffhomepage
path: root/internal/lsp/methods.go
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-16 21:48:29 +0200
committerKujtim Hoxha <[email protected]>2025-04-21 13:42:02 +0200
commitcc07f7a186995f428436bc1adc66a264a95171a4 (patch)
tree52b69ced5d4fdb400199e95136725bfdff5cd3ef /internal/lsp/methods.go
parentbbfa60c787f2ec459f1689b9a650ddbec9693ed9 (diff)
downloadopencode-cc07f7a186995f428436bc1adc66a264a95171a4.tar.gz
opencode-cc07f7a186995f428436bc1adc66a264a95171a4.zip
rename to opencode
Diffstat (limited to 'internal/lsp/methods.go')
-rw-r--r--internal/lsp/methods.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/methods.go b/internal/lsp/methods.go
index 079b3bfe3..ab33d7e1b 100644
--- a/internal/lsp/methods.go
+++ b/internal/lsp/methods.go
@@ -4,7 +4,7 @@ package lsp
import (
"context"
- "github.com/kujtimiihoxha/termai/internal/lsp/protocol"
+ "github.com/kujtimiihoxha/opencode/internal/lsp/protocol"
)
// Implementation sends a textDocument/implementation request to the LSP server.