jaredly / vim-debug

A plugin for VIM that creates an Integrated Debugging Environment :) Currently works with PHP and Python
http://jaredforsyth.com/projects/vim-debug
MIT License
284 stars 28 forks source link

Make this into a proper vim plugin. #32

Closed mcepl closed 8 years ago

mcepl commented 8 years ago

vim plugins are normally not distributed via pip, but through pathogen, Vundle, vim-plug or something like that.

This pull request changes vim-debug so that it works when installed via these means (yes, of course, you still have to install dbgp, but nothing else).

jaredly commented 8 years ago

cool thanks!