Select the types of activity you want to include in your feed.
1return { 2 -- { 3 -- "github/copilot.vim", 4 -- config = function() 5 -- vim.g.copilot_filetypes = { markdown = false } 6 -- end, 7 -- }, 8}