Select the types of activity you want to include in your feed.
1return { 2 "folke/todo-comments.nvim", 3 dependencies = { "nvim-lua/plenary.nvim" }, 4 opts = { 5 keywords = { 6 CAUTION = { icon = "" }, 7 NOTE = { icon = "" }, 8 TEST = { icon = "" }, 9 TODO = { icon = "" }, 10 }, 11 }, 12}