master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 2eb6baa626 - Show all commits

View File

@@ -20,18 +20,6 @@ return {
{ title = 'Sessions', padding = 1 }, { title = 'Sessions', padding = 1 },
{ pane = 1, icon = '', title = 'Recent Files', section = 'recent_files', indent = 2, 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 = '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' }, { section = 'startup' },
}, },
}, },