lazy.nvim
lazy.nvim copied to clipboard
Lazy window is replaced with second file when opening two files with `nvim -O`
Describe the bug
When opening multiple files using the -O flag and Lazy detected new plugins, it's window appears and is quickly replaced by the second opened file:
Which version of Neovim are you using?
❯ nvim --version
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by [email protected]
To Reproduce
- Have some change in your plugins definition
- Open nvim with `nvim -O file1 file2
Expected Behavior Both files get opened in splits with Lazy on top
Screenshots
