mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Add hint to not copy the whole defaults section into the config file
I'm not mentioning *why* it's not a good idea, and I'm not sure it's important to explain this to users. I'll say it here: - it exposes users to potential bugs like the one described in the previous commit - if we decide to change the default of an option to something "better" (like we did with the "show graph" setting), users don't benefit from what we think is an improvement for most users
This commit is contained in:
parent
95940ee01e
commit
05a18edc54
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ to the top of your config file or via [Visual Studio Code settings.json config][
|
|||
|
||||
## Default
|
||||
|
||||
This is only meant as a reference for what config options exist, and what their default values are. It is not meant to be copied and pasted into your config file as a whole; that's not a good idea for several reasons. It is recommended to include only those settings in your config file that you actually want to change.
|
||||
|
||||
<!-- START CONFIG YAML: AUTOMATICALLY GENERATED with `go generate ./..., DO NOT UPDATE MANUALLY -->
|
||||
```yaml
|
||||
# Config relating to the Lazygit UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue