]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: don't animate scrolling
authorSamir Benmendil <me@rmz.io>
Sun, 2 Feb 2025 23:48:11 +0000 (23:48 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 11 Feb 2025 14:23:06 +0000 (14:23 +0000)
nvim/lua/config/options.lua

index d0ef34be4aa3aa18e07738839aea346c980dd608..cd18d69a3fe0a8ba64e52cde528373caff935a7b 100644 (file)
@@ -24,3 +24,5 @@ end
 vim.g.markdown_recommended_style = 0
 
 vim.g.lazyvim_picker = "telescope"
+
+vim.g.snacks_animate = false