diff options
Diffstat (limited to '.opencode.json')
| -rw-r--r-- | .opencode.json | 8 |
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" + } + } +} |
