11 lines
226 B
Lua
11 lines
226 B
Lua
return {
|
|
"NeogitOrg/neogit",
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"sindrets/diffview.nvim",
|
|
"nvim-telescope/telescope.nvim",
|
|
},
|
|
config = true,
|
|
cmd = { "Neogit" },
|
|
-- TODO: Need to configure this
|
|
}
|