1return {
2 "folke/snacks.nvim",
3 opts = {
4 indent = { enabled = false },
5 picker = { layout = "dropdown" },
6
7 animate = {
8 easing = "inOutCirc",
9 fps = 60,
10 },
11
12 input = {
13 icon = "",
14
15 win = {
16 width = 20,
17 relative = "cursor",
18 row = -3,
19 col = 0,
20 },
21 },
22 },
23}