From 2fab75fd2836cc0a6ddadddf6a5bc7259683d263 Mon Sep 17 00:00:00 2001 From: jorgenwh Date: Tue, 25 Jun 2024 01:18:41 +0200 Subject: [PATCH] a --- lua/plugins/neogit.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lua/plugins/neogit.lua diff --git a/lua/plugins/neogit.lua b/lua/plugins/neogit.lua new file mode 100644 index 00000000..f8dd8256 --- /dev/null +++ b/lua/plugins/neogit.lua @@ -0,0 +1,14 @@ +return { + { + 'NeogitOrg/neogit', + dependencies = { + 'nvim-lua/plenary.nvim', -- required + 'sindrets/diffview.nvim', -- optional - Diff integration + + -- Only one of these is needed, not both. + 'nvim-telescope/telescope.nvim', -- optional + -- 'ibhagwan/fzf-lua', -- optional + }, + config = true, + }, +}