summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMoritz Vetter <moritz.vetter@gmx.de>2021-01-21 23:01:30 +0100
committerGitHub <noreply@github.com>2021-01-21 23:01:30 +0100
commit00afc82049c094ccac6a3363043c4972746cafee (patch)
tree4c3c753f5cfe0e6133a80626e54dab6580fc8779 /docs
parent98b89b94321f3d764da57a51fd2570a011bb4a86 (diff)
perf(kotlin): Lazy eval kotlin (#2186)
* perf(kotlin): evaluate version lazily * fix(kotlin): update format string; update tests Co-authored-by: Moritz Vetter <mv@3yourmind.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 4eb8f3cb5..78f05d8f3 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -1443,13 +1443,13 @@ The module will be shown if any of the following conditions are met:
### Options
-| Option | Default | Description |
-| --------------- | ---------------------------------- | ----------------------------------------------------------------------------- |
-| `format` | `"via [$symbol$version]($style) "` | The format for the module. |
-| `symbol` | `"🅺 "` | A format string representing the symbol of Kotlin. |
-| `style` | `"bold blue"` | The style for the module. |
-| `kotlin_binary` | `"kotlin"` | Configures the kotlin binary that Starship executes when getting the version. |
-| `disabled` | `false` | Disables the `kotlin` module. |
+| Option | Default | Description |
+| --------------- | ------------------------------------ | ----------------------------------------------------------------------------- |
+| `format` | `"via [$symbol($version )]($style)"` | The format for the module. |
+| `symbol` | `"🅺 "` | A format string representing the symbol of Kotlin. |
+| `style` | `"bold blue"` | The style for the module. |
+| `kotlin_binary` | `"kotlin"` | Configures the kotlin binary that Starship executes when getting the version. |
+| `disabled` | `false` | Disables the `kotlin` module. |
### Variables