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, + }, +}