add neogit
This commit is contained in:
parent
ecd94a4686
commit
ef73bdf07e
2 changed files with 12 additions and 1 deletions
10
lua/custom/plugins/neogit.lua
Normal file
10
lua/custom/plugins/neogit.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"NeogitOrg/neogit",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"sindrets/diffview.nvim",
|
||||
"ibhagwan/fzf-lua",
|
||||
},
|
||||
config = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue