testfugitive

This commit is contained in:
Zacharias-Brohn
2025-01-31 18:49:51 +01:00
parent bcbd05db9f
commit ff64a15776
4 changed files with 327 additions and 16 deletions
+20
View File
@@ -7,6 +7,26 @@ return {
{ "hiphish/rainbow-delimiters.nvim" },
{
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
-- Only one of these is needed.
"nvim-telescope/telescope.nvim", -- optional
"ibhagwan/fzf-lua", -- optional
"echasnovski/mini.pick", -- optional
},
config = function()
require "configs.neogit"
end,
},
{
"tpope/vim-fugitive",
},
{
"mbbill/undotree",
},