sidekick.nvim
sidekick.nvim copied to clipboard
bug: remote terminals show up when mux.enaled = false
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)
v0.12.0-dev-1356+g96e9041a78
Operating system/version
Mac OS 15.7
Describe the bug
If you open a terminal in another neovim instance in the same directory, then run toggle the remote terminal shows up in the selector picker. When selecting it though, nothing seems to be happening.
Steps To Reproduce
- Use default config without tmux or zelij enabled
- Open neovim and start a terminal
- Open another neovim instance in the same directory, and run
toggleto open the same temrinal type - Picker will open showing the remote terminal
Expected Behavior
Expecting to only see remote terminals when using zelij or tmux
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
},
})
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.