Skip to content

Instantly share code, notes, and snippets.

@sadovnik
Last active April 19, 2021 05:09
Show Gist options
  • Save sadovnik/b0c4e48057ec0952bf7d08440d1cdfa7 to your computer and use it in GitHub Desktop.
Save sadovnik/b0c4e48057ec0952bf7d08440d1cdfa7 to your computer and use it in GitHub Desktop.
neovim nvim MatchTagAlways error fix

If you get this error when open neovim:

$ nvim

MatchTagAlways unavailable: requires python.
Press ENTER or type command to continue

Try to install neovim package:

pip3 install neovim
@cprada87
Copy link

cprada87 commented Apr 2, 2018

thanks!

@sadovnik
Copy link
Author

sadovnik commented Jun 6, 2019

@cprada87, you're welcome!

@UnicornEatingPopcorn
Copy link

This is always works! When I changed python versions, it collapsed all vim activity. So advice above - is the best!!!!!!!!

@metrue
Copy link

metrue commented Apr 19, 2021

Thanks, works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment