mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-14 00:46:56 +00:00
Use new plugin syntax all around
This commit is contained in:
@ -11,7 +11,7 @@ check_binding_defined() {
|
||||
|
||||
test_plugin_sourcing() {
|
||||
set_tmux_conf_helper <<- HERE
|
||||
set -g @tpm_plugins "doesnt_matter/tmux_test_plugin"
|
||||
set -g @plugin "doesnt_matter/tmux_test_plugin"
|
||||
run-shell "$PWD/tpm"
|
||||
HERE
|
||||
|
||||
|
@ -12,7 +12,7 @@ manually_install_the_plugin() {
|
||||
|
||||
test_plugin_installation() {
|
||||
set_tmux_conf_helper <<- HERE
|
||||
set -g @tpm_plugins "tmux-plugins/tmux-example-plugin"
|
||||
set -g @plugin "tmux-plugins/tmux-example-plugin"
|
||||
run-shell "$PWD/tpm"
|
||||
HERE
|
||||
|
||||
|
Reference in New Issue
Block a user