mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-22 20:45:14 +00:00
![]() ## 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  |
||
---|---|---|
.. | ||
snacks | ||
trouble/sources |