Skip to content

Commit ae30960

Browse files
chore(doc): auto generate docs
1 parent 5f29798 commit ae30960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dashboard.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*dashboard.txt* For Nvim 0.8.0 Last change: 2024 October 14
1+
*dashboard.txt* For Nvim 0.8.0 Last change: 2024 November 02
22

33
==============================================================================
44
Table of Contents *dashboard-table-of-contents*
@@ -117,7 +117,7 @@ when use `hyper` theme the available options in `config` is
117117
-- action can be a functino type, e.g.
118118
-- action = func(path) vim.cmd('Telescope find_files cwd=' .. path) end
119119
project = { enable = true, limit = 8, icon = 'your icon', label = '', action = 'Telescope find_files cwd=' },
120-
mru = { limit = 10, icon = 'your icon', label = '', cwd_only = false },
120+
mru = { enable = true, limit = 10, icon = 'your icon', label = '', cwd_only = false },
121121
footer = {}, -- footer
122122
}
123123
<

0 commit comments

Comments
 (0)