aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/fugitive.lua
blob: a203ea818f14655739f358d2eb4d0f064a577558 (plain) (blame)
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"}
    }
}