this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 99713eddf3a39d4f4b07b0cf7878393202ffccdf 8 lines 150 B view raw
1return { 2 -- { 3 -- "github/copilot.vim", 4 -- config = function() 5 -- vim.g.copilot_filetypes = { markdown = false } 6 -- end, 7 -- }, 8}