Open ShelpAm opened 7 months ago
Can you try calling the plugins_dir
something else? I suspect there's a bit of a regex problem here in that TPM will look not only at what's in the plugin variable but also just regex-match set -g @plugin
entries, which your plugins_dir
will conflict with.
Can you try calling the
plugins_dir
something else? I suspect there's a bit of a regex problem here in that TPM will look not only at what's in the plugin variable but also just regex-matchset -g @plugin
entries, which yourplugins_dir
will conflict with.
It seems you are right. Variables with prefix 'plugin' break something.
After changing the name without the prefix 'plugin', it worked. Like this:
set -g @other_prefix_plugins_dir '/tmp/'
This breaks something I don't know. :(
Part of my configuration file:
which produces
Installing "plugin" "plugin" download fail
.