fix(tmux): the tmux theme branch is develop not main
This commit is contained in:
parent
56bcdd34b3
commit
05e16a3226
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue