Dashboard - Recent sessions is always empty #1954
-
Hello, I added a recent sessions section in the snacks dashboard option:
But the section is always empty, no sessions are listed in the dashboard. But if I type "S" key ( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
https://github.com/folke/snacks.nvim/blob/main/docs/dashboard.md#startify { title = "Sessions", padding = 1 },
{ section = "projects", padding = 1 }, |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion! Unfortunately this doesn't solve my problem. I can only see one of two sessions listed from the "projects" section. Maybe because not all my projects are version controlled? |
Beta Was this translation helpful? Give feedback.
The
session
section is for keys only. It's not intended to display anything.