Neovim 安装后的配置步骤

Neovim Configuration Steps after Installation

brew install neovim 和编辑器全球可用

之后,如何使用 NEOVIM 配置终端和 IDE

我想你的意思是将 neovim 设置为默认编辑器?

如果使用 bash shell 或在 ~/.zshrc

中,请在 ~/.bashrc 中写入以下两条命令
export EDITOR=nvim
export VISUAL="$EDITOR"

如果您询问从哪里开始使用 Web 开发插件,您可以查看: https://www.freecodecamp.org/news/a-guide-to-modern-web-development-with-neo-vim-333f7efbf8e2/