summaryrefslogtreecommitdiffhomepage
path: root/internal/lsp/methods.go
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-21 19:59:35 +0200
committerGitHub <[email protected]>2025-04-21 19:59:35 +0200
commitf33dff87725764af0b675b5e5b2e011b21c14c90 (patch)
tree4fe2c022305f13775f2cab3cdd80cd808259765b /internal/lsp/methods.go
parent6b1c64bcc75b89c530294b6a2d4404682b435d56 (diff)
parent3a6a26981a8074b6ab0eaadb520db986e04799ff (diff)
downloadopencode-f33dff87725764af0b675b5e5b2e011b21c14c90.tar.gz
opencode-f33dff87725764af0b675b5e5b2e011b21c14c90.zip
Merge pull request #27 from kujtimiihoxha/opencode
OpenCode - Initial Implementation
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.