Home

Awesome

homebrew-neovim

Build Status

Homebrew formula for Neovim.

Install

To install the latest stable release from homebrew core:

brew install neovim

To upgrade:

brew update
brew upgrade neovim

To install the latest, potentially unstable, development version of Neovim:

brew install --HEAD neovim

Use

The program name is nvim (not neovim).

nvim

In nvim, run :CheckHealth. It checks for common problems and best practices.

Report

If you run into problems, follow the Troubleshooting section below before filing an issue. If you still have problems:

Troubleshoot