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 executing vim.schedule lua callback" for Hyper theme #499

Open
phcurado opened this issue Dec 17, 2024 · 0 comments
Open

"Error executing vim.schedule lua callback" for Hyper theme #499

phcurado opened this issue Dec 17, 2024 · 0 comments

Comments

@phcurado
Copy link

Describe the bug
I'm having the following error when trying to start vim:

Error executing vim.schedule lua callback: ...e/nvim/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:126: [string "return { "/usr/share/nvim/runtime", "/home/ph..."]:1: unexpected symbol near '<eof>'
stack traceback:
        [C]: in function 'assert'
        ...e/nvim/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:126: in function 'read_project'
        ...e/nvim/lazy/dashboard-nvim/lua/dashboard/theme/hyper.lua:153: in function ''
        vim/_editor.lua: in function <vim/_editor.lua:0>

To Reproduce
Steps to reproduce the behavior:
For me was only installing the plugin with the default config:

return {
	"nvimdev/dashboard-nvim",
	event = "VimEnter",
	config = function()
		require("dashboard").setup({
			-- config
		})
	end,
	dependencies = { { "nvim-tree/nvim-web-devicons" } },
}

If I use the doom theme everything works.

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