nvim Lean 'n' Clean Neovim Config How to use On OS X it's pretty easy: install homebrew brew install neovim/neovim/neovim brew install python pip install neovim git clone --recursive https://github.com/ladislas/nvim ~/.config/nvim open Neovim with nvim, press : and then type PlugInstall 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.
ladislas/nvim
nvim
How to use
On OS X it's pretty easy:
homebrew
brew install neovim/neovim/neovim
brew install python
pip install neovim
git clone --recursive https://github.com/ladislas/nvim ~/.config/nvim
nvim
, press:
and then typePlugInstall
:q
You should be good to go! :)
Note: if you are using
vim
ormvim
, replacenvim
byvim
everywhere in the instruction.