- Turn of fsck-related git options since a lot of the vim plugin repos have fsck errors in them.
- Go to the root dir of this repo and run:
git submodule init && git submodule update
- Compile YouCompleteMe.
cd bundle/YouCompleteMe && git submodule update --init --recursive && ./install.py
- Install brew packages.
brew install ripgrep fzf
- Install gems.
gem install neovim fastri rcodetools
- Install Python packages.
pip3 install --upgrade --user neovim
- Install Fira Code font.
ln -s ~/.vim/init.vim ~/.config/nvim/init.vim
ln -s ~/.vim/coc-settings.json ~/.config/nvim/coc-settings.json
- Turn back on fsck-related git options.