mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
Update Readme
This commit is contained in:
parent
e4918b8035
commit
ece7230e90
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue