diff options
| author | adamdottv <[email protected]> | 2025-05-01 07:24:53 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-01 07:24:53 -0500 |
| commit | f224978bbcc0b2995e6492cf73d0fab930217e91 (patch) | |
| tree | 7a009088a646c4241dca802ab7f0ebff88b813c4 | |
| parent | 8819a37a05d9957c28a97f4628852953b35ab17b (diff) | |
| download | opencode-f224978bbcc0b2995e6492cf73d0fab930217e91.tar.gz opencode-f224978bbcc0b2995e6492cf73d0fab930217e91.zip | |
fix: remove manual lsp definition
| -rw-r--r-- | .opencode.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.opencode.json b/.opencode.json index c4d1547a0..a5c9179a0 100644 --- a/.opencode.json +++ b/.opencode.json @@ -1,8 +1,3 @@ { - "$schema": "./opencode-schema.json", - "lsp": { - "gopls": { - "command": "gopls" - } - } + "$schema": "./opencode-schema.json" } |
