summaryrefslogtreecommitdiff
path: root/dot_config/nvim.new/lua/ibrahim/plugins/fugitive.lua
blob: 13a8f18e0bfec02ae783dd700d966f2a396cff86 (plain)
1
2
3
4
5
6
return {
    "tpope/vim-fugitive",
    keys = { -- load the plugin only when using it's keybinding:
        { "<leader>gs", vim.cmd.Git, desc = "Vim Fugitive" },
    },
}