馃敀 Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 23 lines 337 B view raw
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}