mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 04:24:20 +01:00
Turn off animated scrolling from the snacks plugin
This commit is contained in:
8
configs/neovim/snacks-animated-scrolling-off.lua
Normal file
8
configs/neovim/snacks-animated-scrolling-off.lua
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
return {
|
||||||
|
"folke/snacks.nvim",
|
||||||
|
opts = {
|
||||||
|
scroll = {
|
||||||
|
enabled = false, -- Disable scrolling animations
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
@@ -23,6 +23,9 @@ if [ ! -d "$HOME/.config/nvim" ]; then
|
|||||||
|
|
||||||
# Default to Tokyo Night theme
|
# Default to Tokyo Night theme
|
||||||
cp ~/.local/share/omakub/themes/tokyo-night/neovim.lua ~/.config/nvim/lua/plugins/theme.lua
|
cp ~/.local/share/omakub/themes/tokyo-night/neovim.lua ~/.config/nvim/lua/plugins/theme.lua
|
||||||
|
|
||||||
|
# Turn off animationd scrolling
|
||||||
|
cp ~/.local/share/omakub/configs/neovim/snacks-animated-scrolling-off.lua ~/.config/nvim/lua/plugins/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Replace desktop launcher with one running inside Alacritty
|
# Replace desktop launcher with one running inside Alacritty
|
||||||
|
|||||||
Reference in New Issue
Block a user