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

Initial view flash when using alpha nvim splash screen #18

Open
sainttttt opened this issue Jul 29, 2024 · 3 comments
Open

Initial view flash when using alpha nvim splash screen #18

sainttttt opened this issue Jul 29, 2024 · 3 comments

Comments

@sainttttt
Copy link

Hi! I'm trying to use this plugin, however it produces a visual flash of the stock nvim starting screen when I use it with alpha-nvim's splash screen. Do you know of a way to fix it? Thanks!

Screen.Recording.2024-07-29.at.6.30.27.AM.mov
@rasulomaroff
Copy link
Owner

rasulomaroff commented Jul 30, 2024

Hi there @sainttttt! Not really sure how alpha.nvim works, but reactive calls the "redraw" when it needs to correctly reflect current mode/operator and it can potentially cause the side effect you're seeing

There's a neovim option called shortmess (:h 'shortmess') in which you can disable the startup screen, specifically doing this disables it for me:

vim.opt.shortmess:append('I')

Please try if it's gonna work with alpha-nvim

@SylvanFranklin
Copy link

I'm getting a similar issue, a small statusline flash when I first start neovim. Not using alpha or any other cosmetic plugins other than a simple theme for that matter. I tried the workaround that you provided but it still shows up. Would love to use this plugin for something I'm building but this issue is kinda visually annoying. Anything I can do to help get to the bottom of this?

@rasulomaroff
Copy link
Owner

Hi @SylvanFranklin! May I have your reactive.nvim configuration?

In addition, if you disable all the plugins except your theme and reactive, does the issue still persist? If so, could you please share you configuration?

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

3 participants