mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-04 10:06:13 +02:00
Merge 5345bbeb06
into a16c89c175
This commit is contained in:
commit
32c340d42d
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue