Did you check docs and existing issues?
Neovim version (nvim -v)
latest nightly
Operating system/version
Macos 26, WezTerm stable
Describe the bug
Steps To Reproduce
Start opencode session within neovim
Expected Behavior
It just works ™️
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)
latest nightly
Operating system/version
Macos 26, WezTerm stable
Describe the bug
Steps To Reproduce
Start opencode session within neovim
Expected Behavior
It just works ™️
Repro