馃敀 Backup for my config files
dotfiles
1return {
2 "folke/snacks.nvim",
3 opts = {
4 picker = { layout = "dropdown" },
5
6 animate = {
7 easing = "inOutCirc",
8 fps = 60,
9 },
10
11 input = {
12 icon = "",
13 win = {
14 width = 20,
15 relative = "cursor",
16 row = -3,
17 col = 0,
18 },
19 },
20
21 indent = {
22 enabled = false,
23 -- only_scope = true,
24 -- scope = { enabled = true, hl = "Comment" },
25 -- animate = { style = "down" },
26 },
27 },
28}