From 53b399b909adfa46489e1982fd4abf734582bf69 Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Thu, 17 Jul 2025 13:22:56 +0200 Subject: [PATCH] docs(odin): fix symbol description (#6847) --- docs/config/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/config/README.md b/docs/config/README.md index a33224ae8..d7e471bff 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -3336,16 +3336,16 @@ The `odin` module shows the currently installed version of [Odin](https://odin-l ### Options -| Option | Default | Description | -| ------------------- | ------------------------------------ | ----------------------------------------------------- | -| `format` | `'via [$symbol($version )]($style)'` | The format for the module. | -| `show_commit` | `false` | Shows the commit as part of the version. | -| `symbol` | `'Ø '` | The symbol used before displaying the version of Zig. | -| `style` | `'bold bright-blue'` | The style for the module. | -| `disabled` | `false` | Disables the `odin` module. | -| `detect_extensions` | `['odin']` | Which extensions should trigger this module. | -| `detect_files` | `[]` | Which filenames should trigger this module. | -| `detect_folders` | `[]` | Which folders should trigger this module. | +| Option | Default | Description | +| ------------------- | ------------------------------------ | ------------------------------------------------------ | +| `format` | `'via [$symbol($version )]($style)'` | The format for the module. | +| `show_commit` | `false` | Shows the commit as part of the version. | +| `symbol` | `'Ø '` | The symbol used before displaying the version of Odin. | +| `style` | `'bold bright-blue'` | The style for the module. | +| `disabled` | `false` | Disables the `odin` module. | +| `detect_extensions` | `['odin']` | Which extensions should trigger this module. | +| `detect_files` | `[]` | Which filenames should trigger this module. | +| `detect_folders` | `[]` | Which folders should trigger this module. | ### Variables