diff --git a/nvim/lua/olinpin/plugins/tmux.lua b/nvim/lua/olinpin/plugins/tmux.lua new file mode 100644 index 0000000..16ec709 --- /dev/null +++ b/nvim/lua/olinpin/plugins/tmux.lua @@ -0,0 +1,3 @@ +return { + { 'christoomey/vim-tmux-navigator', event = "VeryLazy" } +} diff --git a/tmux/plugins/vim-tmux-navigator b/tmux/plugins/vim-tmux-navigator new file mode 160000 index 0000000..791dacf --- /dev/null +++ b/tmux/plugins/vim-tmux-navigator @@ -0,0 +1 @@ +Subproject commit 791dacfcfc8ccb7f6eb1c853050883b03e5a22fe diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e4475c5..c779094 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -64,6 +64,7 @@ set -g @plugin 'alexwforsythe/tmux-which-key' set -g @plugin 'omerxx/tmux-sessionx' +set -g @plugin 'christoomey/vim-tmux-navigator' # Initialise tmux plugin manager (needs to be at the bottom of the file) run '~/.config/tmux/plugins/tpm/tpm'