Updated readme

This commit is contained in:
Josean Martinez 2022-10-19 12:37:40 -04:00 committed by GitHub
parent 27bcf7459a
commit 9c649bba69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,10 @@
- [coolnight.itermcolors](coolnight.itermcolors) - iTerm2 Color Scheme - [coolnight.itermcolors](coolnight.itermcolors) - iTerm2 Color Scheme
# Neovim Setup # 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) 📹 Youtube Step-by-Step Guide: [How I Setup Neovim On My Mac To Make It Amazing](https://youtu.be/vdn_pKJUda8)
### Requires ### Requires
@ -21,7 +25,7 @@
- [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font - [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font
- [Ripgrep](https://github.com/BurntSushi/ripgrep) - For Telescope Fuzzy Finder - [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 ```bash
brew install --cask iterm2 brew install --cask iterm2
``` ```