added neogit configuration

This commit is contained in:
aminnairi
2023-12-03 09:07:24 +01:00
parent 95425b9652
commit c0e35819d9
+10
View File
@@ -0,0 +1,10 @@
return {
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"nvim-telescope/telescope.nvim", -- optional
"sindrets/diffview.nvim", -- optional
"ibhagwan/fzf-lua", -- optional
},
config = true
}