Deoplete dependencies:
brew install python3
Neovim dependencies:
pip3 install neovim
brew install neovim
- Install Source Code Pro patched font for Airline
- Learn more about patched fonts for custom arrows and symbols
git clone https://github.com/mwbrooks/dotnvim.git
ln -s /Users/username/path/to/dotnvim/ ~/.config/nvim
Add the following to your bash profile:
alias vim="nvim"
The init.vim
is setup to auto-install the plugins on first launch.
Alternatively, you can manually install the plugins with:
:PlugInstall