Skip to content

Commit 2f641b0

Browse files
chore(doc): auto generate docs
1 parent 392056e commit 2f641b0

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 November 02
1+
*dashboard.txt* For Nvim 0.8.0 Last change: 2025 January 11
22

33
==============================================================================
44
Table of Contents *dashboard-table-of-contents*
@@ -114,7 +114,7 @@ when use `hyper` theme the available options in `config` is
114114
},
115115
packages = { enable = true }, -- show how many plugins neovim loaded
116116
-- limit how many projects list, action when you press key or enter it will run this action.
117-
-- action can be a functino type, e.g.
117+
-- action can be a function 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=' },
120120
mru = { enable = true, limit = 10, icon = 'your icon', label = '', cwd_only = false },

0 commit comments

Comments
 (0)