docs(cpp): add tip to highlight that module is disabled-by-default (#6800)

This commit is contained in:
Kishore Kevin
2025-06-16 23:30:39 +05:30
committed by GitHub
parent ad9654a6c2
commit d0f66c7842
+4
View File
@@ -709,6 +709,10 @@ format = 'via [$name $version]($style)'
The `cpp` module shows some information about your `C++` compiler. By default,
the module will be shown if the current directory contains a `.cpp`, `.hpp`, or other `C++`-related files.
> [!TIP]
> This module is disabled by default.
> To enable it, set `disabled` to `false` in your configuration file.
### Options
| Option | Default | Description |