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 = " ",