idanarye / vim-vebugger

Yes, we do need another debugger plugin
http://www.vim.org/scripts/script.php?script_id=4941
424 stars 35 forks source link

Vim-Plug: is not installing the develop branch #79

Open lefthandkick opened 5 years ago

lefthandkick commented 5 years ago

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 ?

idanarye commented 5 years ago

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

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