chore(tmux): remove plugin

This commit is contained in:
Stefan Imhoff
2024-06-07 11:20:07 +02:00
parent a9f31a4e44
commit adf23ccf02

View File

@@ -167,7 +167,6 @@ set -g @plugin 'wfxr/tmux-fzf-url' # u
set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'joshmedeski/tmux-nerd-font-window-name' set -g @plugin 'joshmedeski/tmux-nerd-font-window-name'
set -g @plugin 'fcsonline/tmux-thumbs' set -g @plugin 'fcsonline/tmux-thumbs'
set -g @plugin 'akohlbecker/aw-watcher-tmux'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'