sidekick.nvim icon indicating copy to clipboard operation
sidekick.nvim copied to clipboard

bug: remote terminals show up when mux.enaled = false

Open aaronweisberg opened this issue 5 months ago • 1 comments

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

  1. Use default config without tmux or zelij enabled
  2. Open neovim and start a terminal
  3. Open another neovim instance in the same directory, and run toggle to open the same temrinal type
  4. 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
  },
})

aaronweisberg avatar Oct 31 '25 23:10 aaronweisberg

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.

github-actions[bot] avatar Dec 01 '25 02:12 github-actions[bot]