fix(tmux): the tmux theme branch is develop not main

This commit is contained in:
Ade Attwood 2024-06-08 14:58:28 +01:00
parent 56bcdd34b3
commit 05e16a3226

View file

@ -17,7 +17,7 @@ local plugins = {
["tmux-yank"] = { url = "https://github.com/tmux-plugins/tmux-yank.git" }, ["tmux-yank"] = { url = "https://github.com/tmux-plugins/tmux-yank.git" },
["tmux-open"] = { url = "https://github.com/tmux-plugins/tmux-open.git" }, ["tmux-open"] = { url = "https://github.com/tmux-plugins/tmux-open.git" },
["tmux-copycat"] = { url = "https://github.com/tmux-plugins/tmux-copycat.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 for plugin, config in pairs(plugins) do