-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Bug Description
After starting the plugin and then exiting Neovim, the opencode process continues to run in the background instead of terminating properly.
Steps to Reproduce
- Open Neovim
- Start opencode.nvim (e.g., press
<leader>ogor run:Opencode) - Use the plugin normally (optional)
- Exit Neovim (
:qor:qa) - Check running processes (e.g.,
ps aux | grep opencode)
Expected Behavior
The opencode process should be terminated when Neovim exits.
Actual Behavior
The opencode process remains running in the background after Neovim has been closed.
Environment
- Neovim version: (please fill in)
- opencode.nvim version: (latest/main)
- Opencode CLI version: (please fill in, run
opencode --version) - OS: (please fill in)
Additional Context
This appears to be a cleanup issue where the plugin is not properly terminating the opencode child process on Neovim exit. The process may need to be explicitly killed or a proper shutdown signal sent when the plugin is unloaded or Neovim exits.
Please let me know if you need any additional information or logs to help diagnose this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels