this repo has no description
1
fork

Configure Feed

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

at main 6 lines 124 B view raw
1return { 2 'tpope/vim-fugitive', 3 config = function() 4 vim.keymap.set("n", "<leader>gs", vim.cmd.Git) 5 end 6}