From 9c649bba699c1ca34963001c500461079fef05d0 Mon Sep 17 00:00:00 2001 From: Josean Martinez <114825290+josean-dev@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:37:40 -0400 Subject: [PATCH] Updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d5e2c..f966ab0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ - [coolnight.itermcolors](coolnight.itermcolors) - iTerm2 Color Scheme # Neovim Setup +💡 **Pro Tip:** I highly recommend following along with me on youtube and use the repo as reference to set up the config. You'll understand everything a lot better and be able to change things and evolve the setup into your own! + +*There's also an error with nvim-ts-autotag on first startup if you just copy the .config/nvim directory into your machine. It should be fixed if you restart nvim afterwards.* + 📹 Youtube Step-by-Step Guide: [How I Setup Neovim On My Mac To Make It Amazing](https://youtu.be/vdn_pKJUda8) ### Requires @@ -21,7 +25,7 @@ - [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font - [Ripgrep](https://github.com/BurntSushi/ripgrep) - For Telescope Fuzzy Finder -You can install iTerm2, Neovim and Ripgrep with homebrew. +If you're on mac, like me, you can install iTerm2, Neovim and Ripgrep with homebrew. ```bash brew install --cask iterm2 ```