1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Remove scroll animations

This commit is contained in:
Dan Barber 2024-02-21 11:00:31 -06:00
parent 665e022f9c
commit 5aaebcd21a

View File

@ -42,4 +42,5 @@ vim.g["test#strategy"] = "toggleterm"
-- Neovide
if vim.g.neovide then
vim.g.neovide_cursor_animation_length = 0
vim.g.neovide_scroll_animation_length = 0
end