From baf165bdc58edf361a35b8b39e347a5334e795b1 Mon Sep 17 00:00:00 2001 From: zymon Date: Tue, 27 Aug 2024 17:49:23 +0200 Subject: [PATCH] neogit --- lua/znvim/plugins/git.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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",