Alexander Kabolov b174df8a59 Mystuff
2024-09-02 15:32:19 +02:00

13 lines
327 B
Lua

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