Skip to content

Commit

Permalink
🐛 Fix SpaceVim config download bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Crownor authored Dec 24, 2021
1 parent 64e7804 commit 63ec269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/components/spacevim_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ install(){
# 安装spacevim
curl -sLf https://gitee.com/crownor/env/raw/master/assets/spacevim-install.sh | bash
# 配置环境
curl -sLf https://gitee.com/crownor/env/raw/master/vim/init.toml > ~/.SpaceVim.d/init.toml
curl -sLf https://gitee.com/crownor/env/raw/master/vim/autoload/myspacevim.vim > ~/.SpaceVim.d/autoload/myspacevim.vim
curl -sLf https://gitee.com/crownor/env/raw/master/vim/.SpaceVim.d/init.toml > ~/.SpaceVim.d/init.toml
curl -sLf https://gitee.com/crownor/env/raw/master/vim/.SpaceVim.d/autoload/myspacevim.vim > ~/.SpaceVim.d/autoload/myspacevim.vim
# 安装copilot插件
git clone https://gitee.com/crownor/copilot.vim.git \
~/.SpaceVim.d/plugin/copilot.vim
Expand Down

0 comments on commit 63ec269

Please sign in to comment.