plugins/dashboard: add option
Some checks failed
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled

`plugins.dashboard.settings.config.mru.enable`.
This commit is contained in:
Fovir 2025-07-23 00:16:37 +08:00 committed by Matt Sturgeon
parent 9d076b033d
commit 832de87d40

View file

@ -397,6 +397,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
${requiresTheme "hyper"}
''
{
enable = helpers.defaultNullOpts.mkBool true ''
Whether to display the recent file list.
'';
limit = helpers.defaultNullOpts.mkInt 10 ''
The maximum number of files to list.
'';