summaryrefslogtreecommitdiffstats
path: root/docs/it-IT/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/it-IT/config/README.md')
-rw-r--r--docs/it-IT/config/README.md38
1 files changed, 34 insertions, 4 deletions
diff --git a/docs/it-IT/config/README.md b/docs/it-IT/config/README.md
index 05435a869..dda532ef8 100644
--- a/docs/it-IT/config/README.md
+++ b/docs/it-IT/config/README.md
@@ -325,6 +325,7 @@ $aws\
$gcloud\
$openstack\
$azure\
+$nats\
$direnv\
$env_var\
$crystal\
@@ -1980,7 +1981,7 @@ The `gleam` module shows the currently installed version of [Gleam](https://glea
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | The format for the module. |
| `version_format` | `'v${raw}'` | Il formato della versione. Le variabili disponibili sono `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `'⭐ '` | A format string representing the symbol of Go. |
+| `symbol` | `'⭐ '` | A format string representing the symbol of Gleam. |
| `detect_extensions` | `['gleam']` | Quali estensioni dovrebbero attivare questo modulo. |
| `detect_files` | `['gleam.toml']` | Quali nomi di file dovrebbero attivare questo modulo. |
| `style` | `'bold #FFAFF3'` | Lo stile per il modulo. |
@@ -2179,7 +2180,7 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o
| `detect_extensions` | `['hx', 'hxml']` | Quali estensioni dovrebbero attivare questo modulo. |
| `detect_files` | `['project.xml', 'Project.xml', 'application.xml', 'haxelib.json', 'hxformat.json', '.haxerc']` | Quali nomi di file dovrebbero attivare questo modulo. |
| `detect_folders` | `['.haxelib', 'haxe_libraries']` | Which folders should trigger this modules. |
-| `symbol` | `'⌘ '` | A format string representing the symbol of Helm. |
+| `symbol` | `'⌘ '` | A format string representing the symbol of Haxe. |
| `style` | `'bold fg:202'` | Lo stile per il modulo. |
| `disabled` | `false` | Disables the `haxe` module. |
@@ -2808,6 +2809,35 @@ truncation_length = 4
truncation_symbol = ''
```
+## NATS
+
+The `nats` module shows the name of the current [NATS](https://nats.io) context.
+
+### Opzioni
+
+| Opzione | Default | Descrizione |
+| ---------- | -------------------------- | ------------------------------------------------------------ |
+| `symbol` | `'✉️ '` | The symbol used before the NATS context (defaults to empty). |
+| `style` | `'bold purple'` | Lo stile per il modulo. |
+| `format` | `'[$symbol$name]($style)'` | The format for the module. |
+| `disabled` | `false` | Disables the `nats` module. |
+
+### Variables
+
+| Variable | Esempio | Descrizione |
+| --------- | ----------- | ------------------------------------ |
+| name | `localhost` | The name of the NATS context |
+| symbol | | Mirrors the value of option `symbol` |
+| style\* | | Mirrors the value of option `style` |
+
+### Esempio
+
+```toml
+[nats]
+format = '[$symbol]($style)'
+style = 'bold purple'
+```
+
## Nim
The `nim` module shows the currently installed version of [Nim](https://nim-lang.org/). By default the module will be shown if any of the following conditions are met:
@@ -4274,12 +4304,12 @@ By default, the module will be shown if any of the following conditions are met:
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | The format for the module. |
| `version_format` | `'v${raw}'` | Il formato della versione. Le variabili disponibili sono `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `'t '` | A format string representing the symbol of Daml |
+| `symbol` | `'t '` | A format string representing the symbol of Typst |
| `style` | `'bold #0093A7'` | Lo stile per il modulo. |
| `detect_extensions` | `['.typ']` | Quali estensioni dovrebbero attivare questo modulo. |
| `detect_files` | `['template.typ']` | Quali nomi di file dovrebbero attivare questo modulo. |
| `detect_folders` | `[]` | Quali cartelle dovrebbero attivare questo modulo. |
-| `disabled` | `false` | Disables the `daml` module. |
+| `disabled` | `false` | Disables the `typst` module. |
### Variables