You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,7 @@ require('opencode').setup({
201
201
},
202
202
},
203
203
ui= {
204
+
enable_treesitter_markdown=true, -- Use Treesitter for markdown rendering in the output window (default: true).
204
205
position='right', -- 'right' (default), 'left' or 'current'. Position of the UI split. 'current' uses the current window for the output.
205
206
input_position='bottom', -- 'bottom' (default) or 'top'. Position of the input window
206
207
window_width=0.40, -- Width as percentage of editor width
@@ -636,6 +637,7 @@ The plugin provides the following actions that can be triggered via keymaps, com
636
637
-`open_input` (boolean, default: `true`): Whether to open the input window after adding the selection. Set to `false` to add selection silently without changing focus.
0 commit comments