add neogit and orgmode

This commit is contained in:
Marc Talcott 2024-06-10 20:45:36 -04:00
parent 8da73b14ea
commit ceb38d09b0
5 changed files with 51 additions and 2 deletions

12
lua/plugins/neogit.lua Normal file
View file

@ -0,0 +1,12 @@
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,
}