### Prerequisites - [x] I searched the docs - [x] I searched existing issues ### `:checkhealth opencode` output opencode.nvim ~ - OS: Darwin 25.5.0 (arm64) - `nvim` version: `0.12.0+v0.12.0`. - `opencode.nvim` git commit hash: `49ddecd84071ff52576bdadf62fc3707e78f552f`. - `vim.g.opencode_opts`: { server = { start = <function 1> } } opencode.nvim [binaries] ~ - ✅ OK `opencode` available with version `1.17.6`. - ✅ OK `curl` available. - ✅ OK `pgrep` available. - ✅ OK `lsof` available. opencode.nvim [snacks] ~ - ⚠️ WARNING `snacks.input` is disabled: `ask()` will not be enhanced. - ✅ OK `snacks.picker` is enabled: `select()` will be enhanced. ### Describe the bug after the latest update when I type to the winodw it is closing cause some leader (space) based keys are handled and also every space now is very slow https://github.com/user-attachments/assets/2ef2ba0d-a2de-4411-ac20-af8a8ae7c197 ### Steps To Reproduce just type something ### Expected Behavior typing into opencode in insert mode should not activate any other bindings and close the input (<leader>o in my case toggles opencode)
Prerequisites
:checkhealth opencodeoutputopencode.nvim ~
nvimversion:0.12.0+v0.12.0.opencode.nvimgit commit hash:49ddecd84071ff52576bdadf62fc3707e78f552f.vim.g.opencode_opts: {server = {
start = <function 1>
}
}
opencode.nvim [binaries] ~
opencodeavailable with version1.17.6.curlavailable.pgrepavailable.lsofavailable.opencode.nvim [snacks] ~
snacks.inputis disabled:ask()will not be enhanced.snacks.pickeris enabled:select()will be enhanced.Describe the bug
after the latest update when I type to the winodw it is closing cause some leader (space) based keys are handled
and also every space now is very slow
Screen.Recording.2026-06-13.at.21.42.48.mov
Steps To Reproduce
just type something
Expected Behavior
typing into opencode in insert mode should not activate any other bindings and close the input (o in my case toggles opencode)