Select the types of activity you want to include in your feed.
1return { 2 {'nvim-lua/plenary.nvim', 3 name = "plenary" }, 4 5 'Shougo/context_filetype.vim', 6 { 7 'windwp/nvim-autopairs', 8 config = function() 9 require("nvim-autopairs").setup {} 10 end 11 }, 12 13 14 'mbbill/undotree', 15}