diff --git a/scripts/components/spacevim_install.sh b/scripts/components/spacevim_install.sh index 07cd4b3..8fbbbc8 100644 --- a/scripts/components/spacevim_install.sh +++ b/scripts/components/spacevim_install.sh @@ -49,11 +49,11 @@ install(){ # 安装nvim if [ "$os" = "centos" ]; then sudo yum install -y epel-release - sudo yum install -y nvim + sudo yum install -y neovim elif [ "$os" = "ubuntu" ]; then - sudo apt-get install -y nvim + sudo apt-get install -y neovim elif [ "$os" = "mac" ]; then - brew install nvim + brew install neovim fi # 安装spacevim curl -sLf https://gitee.com/crownor/env/raw/master/assets/spacevim-install.sh | bash