1 2 3 4 5 6 7
return { 'tpope/vim-fugitive', -- close to native git command integrations -- keys = { -- { "<leader>gs", vim.cmd.Git, desc = "Git Status" } -- }, cmd = {'Git'} }