mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-16 23:41:43 +02:00
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
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:
parent
9d076b033d
commit
832de87d40
1 changed files with 4 additions and 0 deletions
|
@ -397,6 +397,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
${requiresTheme "hyper"}
|
${requiresTheme "hyper"}
|
||||||
''
|
''
|
||||||
{
|
{
|
||||||
|
enable = helpers.defaultNullOpts.mkBool true ''
|
||||||
|
Whether to display the recent file list.
|
||||||
|
'';
|
||||||
|
|
||||||
limit = helpers.defaultNullOpts.mkInt 10 ''
|
limit = helpers.defaultNullOpts.mkInt 10 ''
|
||||||
The maximum number of files to list.
|
The maximum number of files to list.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue