mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-12 02:14:37 +02:00
feat(snacks): added leader-ua to toggle global animations
This commit is contained in:
parent
178ef97804
commit
4341cdc892
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue