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

Vim-Plug: is not installing the develop branch

Open lefthandkick opened this issue 6 years ago • 1 comments

Vim-Plug : Plug 'idanarye/vim-vebugger', {'branch': 'develop'}

I could not get NInspect working. Realized I was not on the dev branch. Downloaded the dev branch, installed manually, all seems to be working. Not sure what will occur next time I ... PlugUpdate ?

lefthandkick avatar Mar 11 '19 20:03 lefthandkick

VimPlug is weird like that - you need spaces inside the curly brackets:

Plug 'idanarye/vim-vebugger', { 'branch': 'develop' }

idanarye avatar Mar 11 '19 20:03 idanarye