summaryrefslogtreecommitdiff
path: root/lua/plugins/neogit.lua
blob: 617aebd683e4a4ae53ed7c31c63f2b021150037b (plain)
1
2
3
4
5
6
7
8
9
return {
  "NeogitOrg/neogit",
  dependencies = {
    "nvim-lua/plenary.nvim",
    "sindrets/diffview.nvim",
    "nvim-telescope/telescope.nvim",
  },
  config = true
}