diff --git a/lua/znvim/plugins/git.lua b/lua/znvim/plugins/git.lua index 213eb38..848c792 100644 --- a/lua/znvim/plugins/git.lua +++ b/lua/znvim/plugins/git.lua @@ -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",