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