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
@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