1. Install dependencies
brew install neovim ripgrep fd node
brew install --cask font-jetbrains-mono-nerd-font2. Set the font in iTerm2
iTerm2 → Settings → Profiles → Text → Font → JetBrainsMono Nerd Font, size 13-14
3. Clone this config
git clone https://github.com/LazarKap/nvim-config.git ~/.config/nvim4. Launch nvim
nvimIt will automatically install all plugins on first launch. Wait for it to finish.