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

Async highlight command causes intro to disappear #10

Open
modille opened this issue Apr 5, 2022 · 0 comments
Open

Async highlight command causes intro to disappear #10

modille opened this issue Apr 5, 2022 · 0 comments

Comments

@modille
Copy link

modille commented Apr 5, 2022

If you're not using any startup plugins like alpha, startify, etc. then neovim shows intro text on startup.

When using this theme (which I love, btw, thank you!) it's not showing that intro text on startup:

image

You can see it again with :intro:
image

If I modify lua/solarized/util.lua to not use async for loading plugins/treesitter/lsp highlights then the intro displays on startup like expected:
image

So it must be that running the highlight commands async like that triggers some event that clears the intro.

Would you consider changing it to not load plugins, treesitter, and lsp async? Or was there some significant performance improvement that motivated you to load them async?

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