mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
Updated readme
This commit is contained in:
parent
27bcf7459a
commit
9c649bba69
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue