Lean 'n' Clean Neovim Config
On OS X it's pretty easy:
- install
homebrew brew install python- install Neovim (recommended) or Vim or Macvim
git clone https://github.com/ladislas/nvim ~/.nvimcd ~/.nvim && git submodule init && git submodule updateln -s ~/nvim/vimrc ~/.nvimrc- open Neovim with
nvim, press:and then typePlugInstall - wait for the process to complete
- close Neovim with
:q - start Neovim
You should be good to go! :)
Note: if you are using vim or mvim, replace nvim by vim everywhere in the instruction.