Did you check docs and existing issues?
Neovim version (nvim -v)
v0.11.4
Operating system/version
nixos-unstable
Describe the bug
Steps To Reproduce
Run require("sidekick.cli").toggle({ focus = true }) and pick copilot.
Expected Behavior
Repro
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)
v0.11.4
Operating system/version
nixos-unstable
Describe the bug
Steps To Reproduce
Run
require("sidekick.cli").toggle({ focus = true })and pick copilot.Expected Behavior
Repro