summaryrefslogtreecommitdiffhomepage
path: root/.opencode.json
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 /.opencode.json
parent6b1c64bcc75b89c530294b6a2d4404682b435d56 (diff)
parent3a6a26981a8074b6ab0eaadb520db986e04799ff (diff)
downloadopencode-f33dff87725764af0b675b5e5b2e011b21c14c90.tar.gz
opencode-f33dff87725764af0b675b5e5b2e011b21c14c90.zip
Merge pull request #27 from kujtimiihoxha/opencode
OpenCode - Initial Implementation
Diffstat (limited to '.opencode.json')
-rw-r--r--.opencode.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.opencode.json b/.opencode.json
new file mode 100644
index 000000000..c4d1547a0
--- /dev/null
+++ b/.opencode.json
@@ -0,0 +1,8 @@
+{
+ "$schema": "./opencode-schema.json",
+ "lsp": {
+ "gopls": {
+ "command": "gopls"
+ }
+ }
+}