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