diff --git a/lua/lazyvim/config/options.lua b/lua/lazyvim/config/options.lua index 0bbaacba..ff5e0be6 100644 --- a/lua/lazyvim/config/options.lua +++ b/lua/lazyvim/config/options.lua @@ -7,7 +7,7 @@ vim.g.autoformat = true -- 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. -- Can be one of: telescope, fzf