From 64e545ae324e34a252bdb0c9598eefa386e61c8a Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Wed, 15 Apr 2026 21:24:00 +0200 Subject: [PATCH] install nvim-navigate -- again --- term/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/term/.config/tmux/tmux.conf b/term/.config/tmux/tmux.conf index 78e19dc..22e5a0b 100644 --- a/term/.config/tmux/tmux.conf +++ b/term/.config/tmux/tmux.conf @@ -39,6 +39,7 @@ if "test ! -d ~/.config/tmux/plugins/tpm" \ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'sindrip/tmux-nvim-navigator' # Catppuccin theme set -g @plugin 'catppuccin/tmux'