Disable snacks

This commit is contained in:
Marcelo Jacobus 2025-02-12 14:38:00 -03:00
parent 29f1a44afa
commit 33f776bd1a

6
lua/plugins/snacks.lua Normal file
View file

@ -0,0 +1,6 @@
return {
"snacks.nvim",
opts = {
scroll = { enabled = false },
},
}