### Did you check docs and existing issues? - [x] I have read all the sidekick.nvim docs - [x] I have updated the plugin to the latest version before submitting this issue - [x] I have searched the existing issues of sidekick.nvim - [x] I have searched the existing issues of plugins related to this issue ### Neovim version (nvim -v) 0.12.0 ### Operating system/version Windows 11 ### Describe the bug https://github.com/user-attachments/assets/325d7cc4-bbc5-44aa-bebe-6f65fcd4071c ### Steps To Reproduce 1. Toggle cli, nothing happens, maybe the cli is opened in the background 2. Toggle again now it opens ### Expected Behavior Open immediately ### Repro ```lua vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { { "folke/sidekick.nvim", opts = {} }, -- add any other plugins here }, }) ```
Did you check docs and existing issues?
Neovim version (nvim -v)
0.12.0
Operating system/version
Windows 11
Describe the bug
2025-10-08.15-11-55.mp4
Steps To Reproduce
Expected Behavior
Open immediately
Repro