rose-pine / tmux

Soho vibes for tmux
MIT License
133 stars 47 forks source link

return of 1 on sourcing #27

Closed corei8 closed 5 months ago

corei8 commented 5 months ago

Installing the plugin with tpm returns 1 after sourcing. I had previously had the catppuccin theme installed without an issue. These are the only two lines that I added to my really small config file, located at ~/.config/tmux/tmux.conf:

set -g @plugin 'rose-pine/tmux'
set -g @rose_pine_variant 'main'
mrs4ndman commented 5 months ago

Have you cleaned up the ~/.tmux/plugins/tmux directory?

Both catppuccin and this theme use the "tmux" namespace for the tmux plugin files

corei8 commented 5 months ago

Thank you. I ended up re-cloning tpm and that cleaned up the issue.