Select the types of activity you want to include in your feed.
1return { 2 "nvim-treesitter/nvim-treesitter", 3 opts = { 4 ensure_installed = { 5 "erlang", 6 "fish", 7 "git_config", 8 "gleam", 9 "just", 10 "lua", 11 "sql", 12 "ssh_config", 13 "zig", 14 }, 15 }, 16}