From 71b603512c3a37958ef12b6bff4cc8cb4f0ddc88 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 19 Nov 2024 19:28:29 +0000 Subject: [PATCH] remove terminal from dashboard --- lua/plugins/snacks.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lua/plugins/snacks.lua b/lua/plugins/snacks.lua index 2fc4e41..93f2d56 100644 --- a/lua/plugins/snacks.lua +++ b/lua/plugins/snacks.lua @@ -15,13 +15,6 @@ return { dashboard = { sections = { { section = 'header' }, - { - pane = 2, - section = 'terminal', - cmd = 'colorscript -e square', - height = 5, - 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 = 'Projects', section = 'projects', indent = 2, padding = 1 },