Skip to content

Commit 832de87

Browse files
Fovir-GitHubMattSturgeon
authored andcommitted
plugins/dashboard: add option
`plugins.dashboard.settings.config.mru.enable`.
1 parent 9d076b0 commit 832de87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/by-name/dashboard/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
397397
${requiresTheme "hyper"}
398398
''
399399
{
400+
enable = helpers.defaultNullOpts.mkBool true ''
401+
Whether to display the recent file list.
402+
'';
403+
400404
limit = helpers.defaultNullOpts.mkInt 10 ''
401405
The maximum number of files to list.
402406
'';

0 commit comments

Comments
 (0)