From fe891d57a48085deb9730459e18031310333c759 Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:41:15 -0400 Subject: [PATCH] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb45ee1..3ec9da5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ I updated treesitter recently and ran into an issue with my lua file syntax highlighting. It seems that the homebrew install of neovim includes a lua parser that was no longer compatible. -I found the solution here: https://github.com/nvim-treesitter/nvim-treesitter. +I found the solution here: https://github.com/nvim-treesitter/nvim-treesitter/issues/3092. According to the solution, I ran the following: @@ -45,7 +45,7 @@ And according to the output had to remove the lua parser from the homebrew insta rm -rf /opt/homebrew/Cellar/neovim/0.8.0/lib/nvim/parser/lua.so ``` -### Requires +### Setup Requires - True Color Terminal Like: [iTerm2](https://iterm2.com/) - [Neovim](https://neovim.io/) (Version 0.8 or Later) - [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font