this repo has no description
0
fork

Configure Feed

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

at ed6e5708affa92d8dc25d250f3aad0cd2a0846de 19 lines 243 B view raw
1return { 2 { 3 "sindrets/diffview.nvim", 4 }, 5 { 6 "ruifm/gitlinker.nvim", 7 opts = { 8 mappings = nil, 9 }, 10 }, 11 { 12 "lewis6991/gitsigns.nvim", 13 opts = { 14 diff_opts = { 15 vertical = true, 16 }, 17 }, 18 }, 19}