From ece7230e9092d5b267e685c0a5f84facdfed8e25 Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Tue, 1 Nov 2022 20:03:53 -0400 Subject: [PATCH] Update Readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d00867..5542864 100644 --- a/README.md +++ b/README.md @@ -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. -According to the solution, I ran the following: - -```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: +I had to remove the built-in lua parser from the homebrew install of neovim like so: ```bash rm -rf /opt/homebrew/Cellar/neovim/0.8.0/lib/nvim/parser/lua.so