Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lazygit): enable boolean values in config (#377)
## Description Using boolean value inside `config` resulted in error `attempt to concatenate a boolean value` inside `to_yaml` function. This PR fixes it by converting boolean values to string Example config: ``` lazygit = { config = { gui = { showFileTree = false, }, }, }, ``` ## Related Issue(s) ## Screenshots ![image](https://github.com/user-attachments/assets/eea8eec6-2008-4ded-9222-6f7c9b9d4390)
- Loading branch information