From e99958be24dd998b6cd249aa059cc22b4344cc01 Mon Sep 17 00:00:00 2001 From: fiplox Date: Sun, 9 Apr 2023 18:47:11 +0200 Subject: [PATCH] feat: add diffview --- lua/plugins/neogit.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/plugins/neogit.lua b/lua/plugins/neogit.lua index cc86462..275c054 100644 --- a/lua/plugins/neogit.lua +++ b/lua/plugins/neogit.lua @@ -1,5 +1,6 @@ local M = { 'TimUntersberger/neogit', + dependencies = 'sindrets/diffview.nvim', cmd = 'Neogit', } @@ -28,6 +29,9 @@ function M.config() popup = { kind = 'split', }, + status = { + recent_commit_count = 50, + }, -- customize displayed signs signs = { -- { CLOSED, OPENED } @@ -48,7 +52,7 @@ function M.config() -- } -- } -- - diffview = false, + diffview = true, }, -- Setting any section to `false` will make the section not render at all sections = {