Is it possible to install a plugin from a subdirectory, for example the git repository timofurrer/edelweiss contains a directory tmux that contains the plugin files which is what I want my set -g @plugin command to point to, something like this:
set -g @plugin `timofurrer/edelweiss:tmux`
Is that somehow already possible? If not, would that be something you'd consider supporting?