From 05e16a32262da64717edc9a4f67949fd66f7be6c Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sat, 8 Jun 2024 14:58:28 +0100 Subject: [PATCH] fix(tmux): the tmux theme branch is develop not main --- modules/tmux.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux.lua b/modules/tmux.lua index 465a963..f69e37d 100644 --- a/modules/tmux.lua +++ b/modules/tmux.lua @@ -17,7 +17,7 @@ local plugins = { ["tmux-yank"] = { url = "https://github.com/tmux-plugins/tmux-yank.git" }, ["tmux-open"] = { url = "https://github.com/tmux-plugins/tmux-open.git" }, ["tmux-copycat"] = { url = "https://github.com/tmux-plugins/tmux-copycat.git" }, - ["tmux-nord"] = { url = "https://github.com/nordtheme/tmux.git", revision = "main" }, + ["tmux-nord"] = { url = "https://github.com/nordtheme/tmux.git", revision = "develop" }, } for plugin, config in pairs(plugins) do