Valloric / MatchTagAlways

A Vim plugin that always highlights the enclosing html/xml tags
http://valloric.github.com/MatchTagAlways/
GNU General Public License v3.0
540 stars 24 forks source link

Requires Python -> Error output doesn't display properly and is not documented #26

Closed Cypher1 closed 2 years ago

Cypher1 commented 8 years ago

If python is not installed the MatchTagAlways bundle will not load properly and will print an error that messes up VIM start

kylelamse commented 8 years ago

I get the same issue and I have python and python3 installed

Cypher1 commented 8 years ago

@kylelamse Which python do you have (python3 is always python3 but python could be 2.x or 3.x) Also can you comment here to say is you use virtual env or not (I think part of my issue may have been virtual env related).

kylelamse commented 8 years ago

@Cypher1 So there are several packages you need to get this to work properly. I am using neovim and their installation page tells you how to get python modules to work for whatever operating system you're using: Here. Let me know if this works for you.

Cypher1 commented 8 years ago

Thanks @kylelamse, I got it working already but I think the plugin can work out if the appropriate python is installed fairly trivially so I still think this is an issue