vim-plug icon indicating copy to clipboard operation
vim-plug copied to clipboard

Feature request: default to branch: main in addition to branch: master

Open webbp opened this issue 9 months ago • 1 comments

Many repos now use "main" not "master", e.g., supertab. Please also default to branch: main, e.g., try main, then master, so that we don't have to update our vim configs on every server adding , { 'branch': 'main' } every time this happens with another vim plugin.

webbp avatar Apr 15 '25 07:04 webbp

I believe this is already handled by https://github.com/junegunn/vim-plug/pull/1272.

junegunn avatar Apr 15 '25 09:04 junegunn