summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/config.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/config.mdx')
-rw-r--r--packages/web/src/content/docs/config.mdx34
1 files changed, 17 insertions, 17 deletions
diff --git a/packages/web/src/content/docs/config.mdx b/packages/web/src/content/docs/config.mdx
index f00af8ecb..53b06f9d0 100644
--- a/packages/web/src/content/docs/config.mdx
+++ b/packages/web/src/content/docs/config.mdx
@@ -69,6 +69,23 @@ Your editor should be able to validate and autocomplete based on the schema.
---
+### TUI
+
+You can configure TUI-specific settings through the `tui` option.
+
+```json title="opencode.json"
+{
+ "$schema": "https://opencode.ai/config.json",
+ "tui": {
+ "scroll_speed": 3
+ }
+}
+```
+
+[Learn more about using the TUI here](/docs/tui).
+
+---
+
### Models
You can configure the providers and models you want to use in your OpenCode config through the `provider`, `model` and `small_model` options.
@@ -204,23 +221,6 @@ OpenCode will automatically download any new updates when it starts up. You can
---
-### TUI
-
-You can configure TUI-specific settings through the `tui` option.
-
-```json title="opencode.json"
-{
- "$schema": "https://opencode.ai/config.json",
- "tui": {
- "scroll_speed": 3
- }
-}
-```
-
-[Learn more about using the TUI here](/docs/tui).
-
----
-
### Formatters
You can configure code formatters through the `formatter` option.