Skip to content

Commit f9d4191

Browse files
committed
docs(README): fix typo
1 parent f4671c6 commit f9d4191

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ require('opencode').setup({
218218
max_files = 10,
219219
max_display_length = 50, -- Maximum length for file path display in completion, truncates from left with "..."
220220
},
221-
222221
},
223222
},
224223
context = {
@@ -535,7 +534,7 @@ The plugin defines several highlight groups that can be customized to match your
535534
- `OpencodeAgentBuild`: Agent indicator in winbar for Build mode (default: #616161 background)
536535
- `OpencodeAgentCustom`: Agent indicator in winbar for custom modes (default: #3b4261 background)
537536
- `OpencodeContestualAction`: Highlight for contextual actions in the output window (default: #3b4261 background)
538-
- `OpencodeInpuutLegend`: Highlight for input window legend (default: #CCCCCC background)
537+
- `OpencodeInputLegend`: Highlight for input window legend (default: #CCCCCC background)
539538
- `OpencodeHint`: Highlight for hinting messages in input window and token info in output window footer (linked to `Comment`)
540539

541540
## 🔧 Setting up Opencode

0 commit comments

Comments
 (0)