You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
There's no support for that at the moment (that I'm aware of). This may be overkill but you could create the tmux plugin as its own repo and include it as a submodule in your edelweiss repo. Your TPM config would point to the submodule repo directly rather than trying to traverse the edelweiss repo.
Is it possible to install a plugin from a subdirectory, for example the git repository
timofurrer/edelweiss
contains a directorytmux
that contains the plugin files which is what I want myset -g @plugin
command to point to, something like this:Is that somehow already possible? If not, would that be something you'd consider supporting?
The text was updated successfully, but these errors were encountered: