From 37d8de56fcee0cb3defb7a3fb245c9e93222abdb Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:03:43 +0200 Subject: [PATCH] neogit: remove duplicate fold indicators with latest version --- lua/nxvim/plugins/neogit.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/nxvim/plugins/neogit.lua b/lua/nxvim/plugins/neogit.lua index fbc44bd..b6937cf 100644 --- a/lua/nxvim/plugins/neogit.lua +++ b/lua/nxvim/plugins/neogit.lua @@ -9,8 +9,9 @@ local config = { kind = "split", }, signs = { - section = { "", "" }, - item = { "", "" }, + -- section = { "", "" }, + section = { "", "" }, + item = { "", "" }, hunk = { "", "" }, }, integrations = {