fix: disable animate in vscode

This commit is contained in:
Theo Lemay 2024-12-16 12:07:14 -04:00
parent 5ea3cfa48e
commit 589dbd2be3

View file

@ -7,7 +7,7 @@ vim.g.autoformat = true
-- Snacks animations -- Snacks animations
-- Set to `false` to globally disable all snacks animations -- Set to `false` to globally disable all snacks animations
vim.g.snacks_animate = true vim.g.snacks_animate = not vim.g.vscode
-- LazyVim picker to use. -- LazyVim picker to use.
-- Can be one of: telescope, fzf -- Can be one of: telescope, fzf