Remove tmux-resurrect

This commit is contained in:
Oliver Davies 2024-11-20 10:49:06 +00:00
parent dcbe273d9b
commit d201a2b27b

View file

@ -65,13 +65,11 @@ in
bind-key -r f run-shell "tmux new-window t" bind-key -r f run-shell "tmux new-window t"
set -g @resurrect-strategy-nvim 'session'
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
''; '';
plugins = [ plugins = [
tmuxPlugins.resurrect
tmuxPlugins.vim-tmux-navigator tmuxPlugins.vim-tmux-navigator
tmuxPlugins.yank tmuxPlugins.yank
]; ];