summaryrefslogtreecommitdiff
path: root/home/common/modules/neovim/config/lua/pacman/plugins/neogit.lua
blob: 3ee387493cadec16e0db32f1c394306d4f5e1534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
return {
  {
    "NeogitOrg/neogit",
    dependencies = {
      "nvim-lua/plenary.nvim",       -- required
      "sindrets/diffview.nvim",      -- optional - Diff integration
      "nvim-telescope/telescope.nvim", -- optional
    },
  }
}
-- vim: ts=2 sts=2 sw=2 et