disabled git status pane

This commit is contained in:
Oliver Hartmann 2025-03-26 21:09:44 +01:00
parent 9498c776b9
commit 2eb6baa626

View File

@ -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' },
},
},