Mac 安装neovim
Posted xuanjian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac 安装neovim相关的知识,希望对你有一定的参考价值。
> 做为vim的未来版本,必须关注!
## brew 更新
``` bash
brew update
```
## brew 安装neovim
``` bash
brew install neovim/neovim/neovim
```
## brew 更新neovim
``` bash
brew upgrade neovim
```
## neovim 开发版本的安装
``` bash
brew tap neovim/neovim
brew install --HEAD neovim
```
## neovim安装稳定版本,不产生~/.nvimlog日志
``` bash
brew install --HEAD --with-release neovim
brew update
brew reinstall --HEAD neovim
```
##问题
如果安装过程出现问题,可以用brew doctor检查下问题。
以上是关于Mac 安装neovim的主要内容,如果未能解决你的问题,请参考以下文章
通过 asdf 安装 neovim -- reshim 问题