willothy / veil.nvim

A blazingly fast, animated, and infinitely customizeable startup / dashboard plugin (currently unmaintained, but with plans for a ground-up rewrite)
151 stars 7 forks source link

Cannot start with :Veil nor on startup #6

Closed simonasGit closed 1 year ago

simonasGit commented 1 year ago

With the Lazy configuration:

{
"willothy/veil.nvim",
    config = true,
    event = "VimEnter"
}

Veil doesn't appear on startup, running with :Veil throws

Error executing Lua callback: /home/basil/.local/share/nvim/lazy/veil.nvim/lua/veil.lua:40: unexpected event
stack traceback:
        [C]: in function 'nvim_create_autocmd'
        /home/basil/.local/share/nvim/lazy/veil.nvim/lua/veil.lua:40: in function 'display'
        /home/basil/.local/share/nvim/lazy/veil.nvim/lua/veil.lua:188: in function </home/basil/.local/share/nvim/lazy/veil.
nvim/lua/veil.lua:187>
willothy commented 1 year ago

Known issue, duplicate of #4. Closing this, will update with fixes there as I look into this. Thanks for reporting!