snacks.nvim/lua
NevLext ec346843e0
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)
2024-12-31 06:22:31 +01:00
..
snacks fix(lazygit): enable boolean values in config (#377) 2024-12-31 06:22:31 +01:00
trouble/sources feat(snacks): added Snacks.profiler 2024-12-01 13:35:37 +01:00