Skip to content

update from upstream #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(doc): auto generate docs
  • Loading branch information
github-actions[bot] committed Nov 2, 2024
commit ae309606940d26d8c9df8b048a6e136b6bbec478
4 changes: 2 additions & 2 deletions doc/dashboard.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*dashboard.txt* For Nvim 0.8.0 Last change: 2024 October 14
*dashboard.txt* For Nvim 0.8.0 Last change: 2024 November 02

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