mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(snacks): enable snacks.scroll
This commit is contained in:
parent
94fdc421a1
commit
1a1a48497c
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ return {
|
||||||
notifier = { enabled = true },
|
notifier = { enabled = true },
|
||||||
quickfile = { enabled = true },
|
quickfile = { enabled = true },
|
||||||
statuscolumn = { enabled = false }, -- we set this in options.lua
|
statuscolumn = { enabled = false }, -- we set this in options.lua
|
||||||
|
scroll = { enabled = true },
|
||||||
indent = { enabled = true },
|
indent = { enabled = true },
|
||||||
terminal = {
|
terminal = {
|
||||||
win = {
|
win = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue