Ensure you have the core speed-boosters installed:
brew install fd ripgrep lazygitFor Swift/Xcode development:
brew install xcode-build-server xcbeautify
sudo xcodebuild -runFirstLaunch# SSH (Recommended)
git clone git@github.com:JamesChung/nvim-config.git ~/.config/nvim
# HTTPS
git clone https://github.com/JamesChung/nvim-config.git ~/.config/nvimRefer to the KEYMAP.md for the complete manual.
lazyvim.json keeps extras: [] because every extra is imported directly in lua/config/lazy.lua. The :LazyExtras menu will show these extras as disabled. Don't enable them from :LazyExtras, or you will end up with duplicate imports.