Skip to content

Instantly share code, notes, and snippets.

@sadovnik
Last active April 19, 2021 05:09
Show Gist options
  • Select an option

  • Save sadovnik/b0c4e48057ec0952bf7d08440d1cdfa7 to your computer and use it in GitHub Desktop.

Select an option

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

cprada87 commented Apr 2, 2018

Copy link
Copy Markdown

thanks!

@sadovnik

sadovnik commented Jun 6, 2019

Copy link
Copy Markdown
Author

@cprada87, you're welcome!

@UnicornEatingPopcorn

Copy link
Copy Markdown

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

@metrue

metrue commented Apr 19, 2021

Copy link
Copy Markdown

Thanks, works perfectly.

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