mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 17:00:26 +01:00
8 lines
96 B
Lua
8 lines
96 B
Lua
return {
|
|
"folke/snacks.nvim",
|
|
opts = {
|
|
scroll = { enabled = false },
|
|
-- other stuff
|
|
},
|
|
}
|