lazy.nvim icon indicating copy to clipboard operation
lazy.nvim copied to clipboard

Lazy window is replaced with second file when opening two files with `nvim -O`

Open diktomat opened this issue 3 years ago • 0 comments

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

  1. Have some change in your plugins definition
  2. Open nvim with `nvim -O file1 file2

Expected Behavior Both files get opened in splits with Lazy on top

Screenshots image

diktomat avatar Dec 22 '22 17:12 diktomat