Open luisdavim opened 7 years ago
I have a similar problem with tpm 2.2/2.6 both on Ubuntu 16.04 LTS and macOS Sierra.
I have this problem out of nowhere, 2 days ago it was working perfectly. Yesterday it wasn't. I'm like what?
Also solved my problems with tmux
plugins.
Thank you very much for posting this.
The workaround above didn't work for me. It seems that tpm doesn't load the plugin. I needed to load each plugin manually as below:
if "test ! -d ~/.tmux/plugins/tmux-sensible" \
"run 'git clone https://github.com/tmux-plugins/tmux-sensible ~/.tmux/plugins/tmux-sensible'"
run '~/.tmux/plugins/tmux-sensible/sensible.tmux'
The workaround above didn't work for me. It seems that tpm doesn't load the plugin. I needed to load each plugin manually as below:
if "test ! -d ~/.tmux/plugins/tmux-sensible" \ "run 'git clone https://github.com/tmux-plugins/tmux-sensible ~/.tmux/plugins/tmux-sensible'" run '~/.tmux/plugins/tmux-sensible/sensible.tmux'
Thanks @lucabol your workaround worked for me. Cloning the plugins repository into tmux plugins folder and then running the plugin solves the issue.
Appearantly the tpm install script only checks whether a folder for a specific plugin is there but not of the content is insude. I had the same issue, deleted all the plugin folders in ~/.tmux/plugins/ (except tpm which was not empty) and re-ran the install script via leader+I ... Voilá it worked
Hi,
I have the following at the bottom of my tmux.conf:
However, unless I add:
None of the plugins are loaded. I'm on Ubuntu and tested both tmux 2.2 and 2.4
Thanks, Luis