Moved nvim-treesitter error explanation.

This commit is contained in:
Josean Martinez 2022-11-05 19:05:39 -04:00 committed by GitHub
parent c59327294d
commit 529ccffcac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,16 +27,8 @@
📹 Youtube Step-by-Step Guide: [How I Setup Neovim On My Mac To Make It Amazing](https://youtu.be/vdn_pKJUda8) 📹 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 Lua Parser ### Relevant Files
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". - [.config/nvim](.config/nvim)
To fix it, after opening Neovim do this:
```bash
:TSInstall lua
```
It will ask if you would like to reinstall the parser. Answer "y" for yes. After that is finished, restart neovim and the problem should be fixed.
### Setup Requires ### Setup Requires
- True Color Terminal Like: [iTerm2](https://iterm2.com/) - True Color Terminal Like: [iTerm2](https://iterm2.com/)
@ -65,8 +57,17 @@ For XCode Command Line Tools do:
xcode-select --install xcode-select --install
``` ```
### Relevant Files ### Issue with Nvim-Treesitter Update and Lua Parser
- [.config/nvim](.config/nvim) 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".
To fix it, after opening Neovim do this:
```bash
:TSInstall lua
```
It will ask if you would like to reinstall the parser. Answer "y" for yes. After that is finished, restart neovim and the problem should be fixed.
## Plugins ## Plugins
#### Plugin Manager #### Plugin Manager