neogit
This commit is contained in:
parent
fe3b194093
commit
baf165bdc5
1 changed files with 10 additions and 1 deletions
|
@ -59,7 +59,16 @@ return {
|
|||
end,
|
||||
},
|
||||
},
|
||||
|
||||
{ -- neogit
|
||||
"https://github.com/NeogitOrg/neogit",
|
||||
event = "BufReadPre",
|
||||
dependencies = {
|
||||
"https://github.com/nvim-lua/plenary.nvim",
|
||||
"https://github.com/sindrets/diffview.nvim",
|
||||
"https://github.com/nvim-telescope/telescope.nvim",
|
||||
},
|
||||
config = true
|
||||
},
|
||||
{ -- git-worktree
|
||||
"https://github.com/polarmutex/git-worktree.nvim",
|
||||
event = "BufReadPre",
|
||||
|
|
Loading…
Reference in a new issue