mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: disable animate in vscode
This commit is contained in:
parent
5ea3cfa48e
commit
589dbd2be3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue