From 053a7f2ba2197d2b163b713eaff7db8ac9e665e0 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 7 Nov 2025 11:51:09 +0100 Subject: [PATCH] [Snacks] Recent files picker --- nvim/lua/plugins/util/snacks.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nvim/lua/plugins/util/snacks.lua b/nvim/lua/plugins/util/snacks.lua index 91c2f34..a7289a1 100644 --- a/nvim/lua/plugins/util/snacks.lua +++ b/nvim/lua/plugins/util/snacks.lua @@ -25,14 +25,14 @@ return { { pane = 2, icon = " ", - title = "Recent Files", + title = "Recent Files (in project)", section = "recent_files", indent = 2, - limit = 9, + limit = 5, padding = 1, - hl = "SnacksDashboardPrimary", + cwd = true, }, - { pane = 2, icon = " ", title = "Projects", section = "projects", indent = 2, padding = 1 }, + { pane = 2, icon = " ", title = "Projects", section = "projects", indent = 2, padding = 1, limit = 4 }, { pane = 2, icon = " ",