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
I think it is unnecessary to have a copy of an entire plugin just beacause of a rename. In case you really want to avoid forcing users to use the actual plugin name you could use a loop for all bufferline.xxx and put a hook in package.preload['bufferline.xxx'] that would return the corresponding barbar.xxx module.
The text was updated successfully, but these errors were encountered:
I think it is unnecessary to have a copy of an entire plugin just beacause of a rename. In case you really want to avoid forcing users to use the actual plugin name you could use a loop for all
bufferline.xxx
and put a hook inpackage.preload['bufferline.xxx']
that would return the correspondingbarbar.xxx
module.The text was updated successfully, but these errors were encountered: