vim-polyglot
vim-polyglot copied to clipboard
NeoVim intro screen disappears on start
Does this bug happen when you install plugin without vim-polyglot? No.
Describe the bug: Upon starting NeoVim with vim-polyglot installed, the intro screen is displayed and immediately disappears.
To Reproduce:
- Install vim-polyglot via vim-plug.
- Restart NeoVim without specifying a file.
- The intro screen is briefly visible and is then cleared
It seems this is probably caused by something in vim-polyglot triggering a redraw at start. I recognize this might be a low priority bug. I've spent some time configuring (Neo)Vim but no time scripting plugins. If someone can point me in a direction to get started, I'm happy to take a look myself.
These lines seem to cause the problem: https://github.com/sheerun/vim-polyglot/blob/554a6ac7575f87b5b85d1b2bf60e7071c4164cbc/autoload/polyglot/init.vim#L2707-L2719
Without the CursorHold
autocmd, the intro message doesn't disappear.
These lines seem to cause the problem:
https://github.com/sheerun/vim-polyglot/blob/554a6ac7575f87b5b85d1b2bf60e7071c4164cbc/autoload/polyglot/init.vim#L2707-L2719
Without the
CursorHold
autocmd, the intro message doesn't disappear.
Hello, i have the same issue and i just updated my plugins but the issue is still happening. I hope you fix that. Thank you for the great work you are doing :)
I recently installed the vim-polyglot and the same issue occurs, when uninstalled the intro screen back to works. I'm using Vim 8
:version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Aug 15 2021 13:04:41)
macOS version - x86_64
Included patches: 1-3350
Compiled by Homebrew
Same behavior with nvim nightly.
I am using packer with neovim and I can see the intro screen fine with the plugin installed