1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00

feat(doc): mention JSON schema

This commit is contained in:
EmilySeville7cfg 2023-08-07 03:38:30 +10:00
parent e932aaaeaf
commit fb05ee369f

View File

@ -16,6 +16,15 @@ If you want to change the config directory:
- MacOS: `export XDG_CONFIG_HOME="$HOME/.config"`
JSON schema is available for `config.yml` so that IntelliSence is automatically
enabled in `**/lazygit/config.yml` files when [YAML Red Hat][yaml] extension is
installed. Note that you always can [override][settings] the default schema
applied to `config.yml` if you need some specific features to make your workflow
faster.
[yaml]: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
[settings]: https://github.com/redhat-developer/vscode-yaml#associating-a-schema-to-a-glob-pattern-via-yamlschemas
## Default
```yaml