Add neogit config to lazy

Added neogit config to lazy to install neogit and it's
dependencies. Decided to use nvim-telescope instead of
fzf-lua for now.
This commit is contained in:
c47 2024-01-17 18:41:46 +01:00
parent c1d7f3e2ab
commit 1922a88359

View file

@ -46,6 +46,19 @@ require("lazy").setup ({
"nvim-tree/nvim-web-devicons",
opt = true
}
},
{
"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
},
config = true
}