nvie / vim-rst-tables

Easily create and reformat your RST (reStructuredText) tables as you change cell content.
121 stars 36 forks source link

MRG: Add vim_bridge as a submodule #31

Open matthew-brett opened 5 years ago

matthew-brett commented 5 years ago

Emboldened by your fast response on my previous PRs...

I often work in virtualenvs. That can be a problem for the standard method of installing vim_bridge, which is as a Python module in my standard Python setup. My python will change according to my virtualenv.

This allows me to use vim-rst-tables in virtualenvs.