feat(snacks): added leader-ua to toggle global animations

This commit is contained in:
Folke Lemaitre 2024-12-12 08:45:25 +01:00
parent 178ef97804
commit 4341cdc892
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,10 @@ vim.g.maplocalleader = "\\"
-- LazyVim auto format
vim.g.autoformat = true
-- Snacks animations
-- Set to `false` to globally disable all snacks animations
vim.g.snacks_animate = true
-- LazyVim picker to use.
-- Can be one of: telescope, fzf
-- Leave it to "auto" to automatically use the picker