Update Readme

This commit is contained in:
Josean Martinez 2022-11-01 20:03:53 -04:00 committed by GitHub
parent e4918b8035
commit ece7230e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,13 +33,7 @@ that the homebrew install of neovim includes a lua parser that is no longer comp
I found the solution here: https://github.com/nvim-treesitter/nvim-treesitter/issues/3092. I found the solution here: https://github.com/nvim-treesitter/nvim-treesitter/issues/3092.
According to the solution, I ran the following: I had to remove the built-in lua parser from the homebrew install of neovim like so:
```bash
:echo nvim_get_runtime_file('*/lua.so', v:true)
```
And according to the output, I had to remove the built-in lua parser from the homebrew install of neovim like so:
```bash ```bash
rm -rf /opt/homebrew/Cellar/neovim/0.8.0/lib/nvim/parser/lua.so rm -rf /opt/homebrew/Cellar/neovim/0.8.0/lib/nvim/parser/lua.so