Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin manager does not distinguish between different instances of the same plugin #3993

Open
svonjoi opened this issue Feb 15, 2025 · 0 comments

Comments

@svonjoi
Copy link

svonjoi commented Feb 15, 2025

Issue description

plugin manager does not distinguish between different instances of the same plugin

Minimal reproduction

  1. configure plugin inside layout (for example zjstatus)
layout {
    default_tab_template {
        children
        pane size=2 borderless=true {
            plugin location="file:~/.config/zellij/plugins/zjstatus.wasm" {
               <configuration...>
            }
        }
    }

    tab name="~" focus=true {
        pane size="1" cwd="~"
    }
}
  1. open 2 tabs. Each tab will have its own zjstatus instance

  2. open plugin manager

in the screenshot there are 5 tabs opened, each one with it's zjstatus plugin instance

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant