From: Samir Benmendil Date: Sun, 9 Feb 2025 15:57:43 +0000 (+0000) Subject: nvim: enable other (non-scroll) animations again X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5eb20f0a1ec13363f5dcce659000bc3c84d711e8 nvim: enable other (non-scroll) animations again --- diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index cd18d69..d0ef34b 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua @@ -24,5 +24,3 @@ end vim.g.markdown_recommended_style = 0 vim.g.lazyvim_picker = "telescope" - -vim.g.snacks_animate = false