nvie / vim-rst-tables

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

does not seem to work with Vundle installation #16

Open bustrofedico opened 11 years ago

bustrofedico commented 11 years ago

the plugin does not seem to work with vundle installation. manually installing the original version on vim scripts works fine

rowan-m commented 11 years ago

You might want to recheck, I've just tried this and it works fine.

Used the following in ~/.vimrc

Bundle 'nvie/vim-rst-tables'

And ensure you issue BundleInstall after saving.

neoascetic commented 11 years ago

Also works for me

tshirtman commented 11 years ago

Works for me too, i just tried to use it as a simple plugin (i.e. not in an rst file), at first, so i though it didn't, had to look into the dir and see it was put as an ftplugin, maybe it's what OP stumbled upon.

0mp commented 3 years ago

It didn't work for me at first because I was missing a python3 program in my PATH (I only had python3.8). Otherwise, it installed just fine with vim-plug.