Update Readme

This commit is contained in:
Josean Martinez 2022-11-01 20:23:18 -04:00 committed by GitHub
parent 456fa58d2b
commit 2d6a234390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,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 Neovim Built-In Lua Parser
### Issue with Nvim-Treesitter Update and Built-In Lua Parser
I updated nvim-treesitter recently and ran into an issue with my lua file syntax highlighting through treesitter. It seems
that the homebrew install of neovim 0.8 includes a 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 and thus throw an error.