Skip to content

Commit b57bb31

Browse files
committed
doc(provider): update readme to include the new wezterm config
1 parent 4691caf commit b57bb31

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,25 @@ listen_on unix:/tmp/kitty
161161

162162
</details>
163163

164+
<details>
165+
<summary><a href="https://wezterm.org/">wezterm</a></summary>
166+
167+
```lua
168+
vim.g.opencode_opts = {
169+
provider = {
170+
enabled = "wezterm",
171+
-- these are defaults set by wezterm
172+
wezterm = {
173+
direction = "bottom", -- left/right/top/bottom
174+
top_level = false,
175+
percent = 50,
176+
}
177+
}
178+
}
179+
```
180+
181+
</details>
182+
164183
<details>
165184
<summary><a href="https://github.com/tmux/tmux">tmux</a></summary>
166185

0 commit comments

Comments
 (0)