(tmux) Fix integration with nvim

This commit is contained in:
Tanguy Herbron 2022-12-06 15:39:38 +01:00
parent 4dda39363b
commit 419c15a282

View File

@ -143,12 +143,14 @@ set -g @plugin 'jimeh/tmux-themepack'
# Bitwarden integration in Tmux # Bitwarden integration in Tmux
set -g @plugin 'Alkindi42/tmux-bitwarden' set -g @plugin 'Alkindi42/tmux-bitwarden'
# Custom made plugin # Tmux copy to system clipboard
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
# Custom made plugin # Custom powerline theme
set -g @themepack 'powerline/default/custom' set -g @themepack 'powerline/default/custom'
set -g focus-events on
run -b '~/.tmux/plugins/tpm/tpm' run -b '~/.tmux/plugins/tpm/tpm'
## Plugin specific configuration ## Plugin specific configuration