From 4a8ed09d1f0ed8189a48cc323fcd7ac5dd861593 Mon Sep 17 00:00:00 2001 From: Terence Ponce Date: Mon, 3 Apr 2023 19:19:20 +0100 Subject: [PATCH] Add vim-tmux-navigator (#7) --- lua/custom/plugins/tmux.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/custom/plugins/tmux.lua diff --git a/lua/custom/plugins/tmux.lua b/lua/custom/plugins/tmux.lua new file mode 100644 index 00000000..07ec90a1 --- /dev/null +++ b/lua/custom/plugins/tmux.lua @@ -0,0 +1,3 @@ +return { + "christoomey/vim-tmux-navigator", +}