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