From 9a1b15ef12ddf9ae8d59650de503e900a907f59d Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 16 Mar 2025 16:24:51 +0100 Subject: [PATCH] chore(nvim): remove projects from dashboard --- config/nvim/lua/plugins/snacks.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/config/nvim/lua/plugins/snacks.lua b/config/nvim/lua/plugins/snacks.lua index e028537..851b25c 100644 --- a/config/nvim/lua/plugins/snacks.lua +++ b/config/nvim/lua/plugins/snacks.lua @@ -33,7 +33,6 @@ return { { section = "header" }, { icon = " ", title = "Keymaps", section = "keys", indent = 2, padding = 1 }, { icon = " ", title = "Recent Files", section = "recent_files", indent = 2, padding = 1 }, - { icon = " ", title = "Projects", section = "projects", indent = 2, padding = 1 }, { section = "startup" }, }, },