From 2eb6baa6262b793e2f8d1d6a1f70ecb736f6fe4c Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 26 Mar 2025 21:09:44 +0100 Subject: [PATCH] disabled git status pane --- lua/plugins/snacks.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lua/plugins/snacks.lua b/lua/plugins/snacks.lua index 250f92c..06ccd4b 100644 --- a/lua/plugins/snacks.lua +++ b/lua/plugins/snacks.lua @@ -20,18 +20,6 @@ return { { title = 'Sessions', padding = 1 }, { pane = 1, icon = ' ', title = 'Recent Files', section = 'recent_files', indent = 2, padding = 1 }, { pane = 2, icon = ' ', title = 'Projects', section = 'projects', indent = 2, padding = 1 }, - { - pane = 2, - icon = ' ', - title = 'Git Status', - section = 'terminal', - cmd = 'output=$(CLICOLOR=1 GH_FORCE_TTY=1 gh pr status 2>&1) && echo -e "$output" || true', - height = 30, - width = 80, - padding = 1, - ttl = 5 * 60, - indent = 3, - }, { section = 'startup' }, }, },