From d4aa2289ce6e8642c0c626a4d05731a64f8d6853 Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Tue, 1 Nov 2022 20:28:46 -0400 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da41f65..eb00060 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 📹 Youtube Step-by-Step Guide: [How I Setup Neovim On My Mac To Make It Amazing](https://youtu.be/vdn_pKJUda8) ### Issue with Nvim-Treesitter Update and Built-In Lua Parser -I updated "nvim-treesitter" recently and ran into an issue with lua file syntax highlighting. +I updated "nvim-treesitter" recently and ran into an issue with lua syntax highlighting. It seems that the homebrew install of neovim 0.8 includes a built-in lua parser that is no longer compatible with the latest version of "nvim-treesitter". By default, "nvim-treesitter" will try to use this parser instead of installing the lua parser that is available through "nvim-treesitter" itself and thus throw an error.