blob: 84445952631229bd716ac43c9ac0aaef8760cac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
return {
"snacks",
"https://github.com/folke/snacks.nvim",
setup = {
indent = {
enabled = true,
only_scope = true,
animate = { enabled = false },
scope = { enabled = false },
},
quickfile = { enabled = true },
},
}
|