mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
oops2
This commit is contained in:
+16
-20
@@ -133,20 +133,20 @@ return {
|
|||||||
lazy = false,
|
lazy = false,
|
||||||
---@type snacks.Config
|
---@type snacks.Config
|
||||||
opts = {
|
opts = {
|
||||||
|
bigfile = { enabled = true },
|
||||||
|
dashboard = { enabled = true },
|
||||||
|
explorer = { enabled = true },
|
||||||
|
indent = {
|
||||||
|
enabled = true,
|
||||||
|
scope = {
|
||||||
|
enabled = false,
|
||||||
|
underline = true,
|
||||||
animate = {
|
animate = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
fps = 144,
|
fps = 144,
|
||||||
easing = "inExpo",
|
easing = "inExpo",
|
||||||
duration = 20,
|
duration = 20,
|
||||||
},
|
},
|
||||||
bigfile = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
|
||||||
dashboard = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
|
||||||
explorer = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
|
||||||
indent = {
|
|
||||||
enabled = true,
|
|
||||||
scope = {
|
|
||||||
enabled = false,
|
|
||||||
underline = true,
|
|
||||||
},
|
},
|
||||||
chunk = {
|
chunk = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
@@ -158,19 +158,15 @@ return {
|
|||||||
arrow = "╼",
|
arrow = "╼",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
animate = {
|
|
||||||
easing = "linear",
|
|
||||||
duration = 10,
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
input = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
input = { enabled = true },
|
||||||
picker = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
picker = { enabled = true },
|
||||||
notifier = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
notifier = { enabled = true },
|
||||||
quickfile = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
quickfile = { enabled = true },
|
||||||
scope = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
scope = { enabled = true },
|
||||||
scroll = { enabled = true, animate = { easing = "linear", duration = 5 } },
|
scroll = { enabled = false },
|
||||||
statuscolumn = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
statuscolumn = { enabled = true },
|
||||||
words = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
|
words = { enabled = true },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user