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 ```