dashboard-nvim icon indicating copy to clipboard operation
dashboard-nvim copied to clipboard

Error when config.shortcut set empty

Open BSiddharth opened this issue 11 months ago • 0 comments

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 avatar Mar 07 '24 09:03 BSiddharth