snacks.nvim/lua/snacks
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
..
animate feat(animate): add done to animation object 2024-12-13 08:08:42 +01:00
meta docs: added documentation on how to customize styles 2024-12-15 11:17:32 +01:00
profiler build: added metadata to plugins 2024-12-10 13:55:51 +01:00
bigfile.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
bufdelete.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
dashboard.lua fix(dashboard): telescope can't be run from a vim.schedule for some reason 2024-12-15 07:54:47 +01:00
debug.lua feat(debug): system & memory metrics useful for debugging 2024-12-31 06:18:13 +01:00
dim.lua feat(animate): allow toggling buffer-local / global animations with or without id 2024-12-12 09:18:54 +01:00
git.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
gitbrowse.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
health.lua refactor: move all meta stuff to snacks.meta 2024-12-10 13:55:51 +01:00
indent.lua fix(indent): repeat_linbebreak only works on Neovim >= 0.10. Fixes #353 2024-12-20 14:31:36 +01:00
init.lua feat(styles): exportable styles (#306) 2024-12-15 19:08:04 +01:00
input.lua fix(input): refactor for win changes and ensure modified=false. Fixes #403. Fixes #402 2024-12-31 06:17:37 +01:00
lazygit.lua fix(lazygit): enable boolean values in config (#377) 2024-12-31 06:22:31 +01:00
notifier.lua fix(notifier): open history window with correct style (#307) 2024-12-15 13:24:16 +01:00
notify.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
quickfile.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
rename.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
scope.lua fix(scope): don't expand to invalid range. Fixes #339 2024-12-18 06:59:20 +01:00
scratch.lua fix(scratch): normalize filename 2024-12-13 13:23:36 +01:00
scroll.lua fix(scroll): don't animate when leaving cmdline search with incsearch enabled. Fixes #331 2024-12-18 07:09:03 +01:00
statuscolumn.lua feat(statuscolumn): allow left/right to be a function. Closes #288 2024-12-15 08:12:29 +01:00
terminal.lua build: added metadata to plugins 2024-12-10 13:55:51 +01:00
toggle.lua style(toggle): make luals happy 2024-12-14 15:19:07 +01:00
util.lua feat(util): Snacks.util.ref 2024-12-31 06:01:10 +01:00
win.lua fix(win): backdrop having bright cell at top right (#400) 2024-12-31 06:21:15 +01:00
words.lua fix(words): only check modes for is_enabled when needed 2024-12-16 21:17:31 +01:00
zen.lua fix(zen): set zindex to 40, lower than hover (45). Closes #345 2024-12-18 15:35:00 +01:00