master #1

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

View File

@@ -15,13 +15,6 @@ return {
dashboard = { dashboard = {
sections = { sections = {
{ section = 'header' }, { section = 'header' },
{
pane = 2,
section = 'terminal',
cmd = 'colorscript -e square',
height = 5,
padding = 1,
},
{ section = 'keys', gap = 1, padding = 1 }, { section = 'keys', gap = 1, padding = 1 },
{ pane = 2, icon = '', title = 'Recent Files', section = 'recent_files', indent = 2, padding = 1 }, { pane = 2, 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 },