Select the types of activity you want to include in your feed.
1return { 2 "folke/flash.nvim", 3 opts = { 4 modes = { 5 char = { keys = { "f", "F", "t", "T" } }, 6 }, 7 }, 8}