mirror of https://github.com/sgoudham/dotfiles.git
feat(nvim): add neogit
parent
b2f1597540
commit
d3ff26f682
@ -0,0 +1,7 @@
|
||||
return {
|
||||
{
|
||||
"TimUntersberger/neogit",
|
||||
config = true,
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue