Skip to content
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

Error when config.shortcut set empty #433

Open
BSiddharth opened this issue Mar 7, 2024 · 0 comments
Open

Error when config.shortcut set empty #433

BSiddharth opened this issue Mar 7, 2024 · 0 comments

Comments

@BSiddharth
Copy link

BSiddharth commented Mar 7, 2024

Describe the bug
Error when shortcut set empty

To Reproduce
Set configs as folllows

{
	"nvimdev/dashboard-nvim",
	event = "VimEnter",
	config = function()
			require("dashboard").setup({
			config = {
				      week_header = {
					      enable = true, --boolean use a week header
				      },
				      shortcut = {}, <-------- Here !!!
				      footer = { "Major bugs 🐛 incoming !!!" },
				},
				})
			end,
			dependencies = { "nvim-tree/nvim-web-devicons" },
},

Expected behavior
Wanted to remove the default [Github] [glepnir] [version]

Screenshots
error

@BSiddharth BSiddharth changed the title Error when shortcut set empty Error when config.shortcut set empty Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant