You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #112, maktaba#plugin#Get and related functions like maktaba#library#Require will detect the wrong name for plugin dirs named like github-USER-PLUGINNAME/, which is a convention that VAM uses. For instance,
adds a plugin dir github-ConradIrwin-vim-bracketed-paste/ to vim's runtimepath, and maktaba uses the whole dir name "github-ConradIrwin-vim-bracketed-paste" as the name of the plugin, whereas bracketed-paste is the actual plugin name that should be used.
Most of these plugins don't have an addon-info.json, so adding more heuristics to maktaba#plugin#CanonicalName would be the only way to determine the right plugin name (otherwise the addon-info.json name would take precedence).
The text was updated successfully, but these errors were encountered:
Similar to #112,
maktaba#plugin#Get
and related functions likemaktaba#library#Require
will detect the wrong name for plugin dirs named likegithub-USER-PLUGINNAME/
, which is a convention that VAM uses. For instance,adds a plugin dir
github-ConradIrwin-vim-bracketed-paste/
to vim's runtimepath, and maktaba uses the whole dir name "github-ConradIrwin-vim-bracketed-paste" as the name of the plugin, whereas bracketed-paste is the actual plugin name that should be used.Most of these plugins don't have an addon-info.json, so adding more heuristics to
maktaba#plugin#CanonicalName
would be the only way to determine the right plugin name (otherwise the addon-info.json name would take precedence).The text was updated successfully, but these errors were encountered: