10 lines
234 B
Lua
10 lines
234 B
Lua
|
return {
|
||
|
"TimUntersberger/neogit",
|
||
|
config = function() require("neogit").setup(require "config.neogit") end,
|
||
|
cmd = "Neogit",
|
||
|
dependencies = {
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
"sindrets/diffview.nvim",
|
||
|
},
|
||
|
}
|