Tpm is not installing all plugins
I'm running tmux on a Ubuntu server machine and copied the exact tmux.conf that I have.
The plugins "copycat" and "cyan" are exclued when installing using tpmfor some reason
The same config works flawelessly in my local setup (Arch-Linux).
Any idea how to resolve this?
I am having the same issue
Not sure if you fixed this but ChatGPT just told me I had to do this, because when I ran show-messages it showed that this variable was not set. I killed the tmux server and restarted it and everything installed correctly.
set-environment -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.tmux/plugins"
I'm having the same issue and the envar doesn't do anything, whether setting it outside of tmux or in the tmux conf. I probably will never come back to this because I am managing it myself with git submodules now but good luck.