Skip to content

Commit

Permalink
snacks/dashboard: filter cwd recent files
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Feb 3, 2025
1 parent 1dc7460 commit 6ec201c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nixvim/plugins/snacks/dashboard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
icon = " ";
title = "Recent Files";
section = "recent_files";
__unkeyed-1.__raw = "require('snacks').dashboard.sections.recent_files({cwd = true})";
gap = 1;
padding = 1;
}
Expand Down Expand Up @@ -114,6 +114,7 @@
end
'';
}
# NOTE: requires lazy.nvim
# { section = "startup"; }
];
};
Expand Down

0 comments on commit 6ec201c

Please sign in to comment.