I recommend using https://github.com/jdugan6240/kak-bundle instead, as it does everything cork does but better and more. Translating your config should be fairly easy
A fast git-based plugin manager for kakoune.
curl -o ~/.local/bin/cork https://raw.githubusercontent.com/topisani/cork.kak/master/cork.sh
chmod +x ~/.local/bin/cork
evaluate-commands %sh{
cork init
}
cork tmux https://github.com/alexherbo2/tmux.kak %{
tmux-integration-enable
}
The first parameter is an arbitrary unique name for each plugin The second parameter is the location of the git repository The third parameter (usually a block) is optional, and contains code that will be run when the plugin is loaded.
nop cork tmux https://github.com/alexherbo2/tmux.kak %{
tmux-integration-enable
}
Call :cork-update
from kakoune, or run cork update
in terminal.