We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4691caf commit b57bb31Copy full SHA for b57bb31
README.md
@@ -161,6 +161,25 @@ listen_on unix:/tmp/kitty
161
162
</details>
163
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
183
<details>
184
<summary><a href="https://github.com/tmux/tmux">tmux</a></summary>
185
0 commit comments