馃敀 Backup for my config files
dotfiles
0
fork

Configure Feed

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

at bfbcefcfe4ebe53fba9d84261a60e11bac4e9b05 28 lines 408 B view raw
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}