Select the types of activity you want to include in your feed.
1return { 2 "mfussenegger/nvim-lint", 3 opts = { 4 linters_by_ft = { 5 sql = { "sqruff" }, 6 markdown = { "rumdl" }, 7 }, 8 }, 9}