NeoVim — Getting started - shirohana/.config GitHub Wiki

Install NeoVim

brew install neovim

Setup environment

ln -s $(realpath ./config/nvim) $(realpath ~/.config/nvim)
make bootstrap

(optional) Enable markdown preview with GitHub

brew install grip

Create new token with NO permission from GitHub personal access tokens page then:

export GITHUB_AUTH=YOUR_TOKEN

(optional) Integration with

  • Node.js: npm install -g neovim
  • Ruby: gem install neovim
  • python2: pip install neovim
  • python3: pip3 install neovim