From 63ec269e3477f654994946ede61d3a590d211405 Mon Sep 17 00:00:00 2001 From: Yihan Date: Fri, 24 Dec 2021 10:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20SpaceVim=20config=20downlo?= =?UTF-8?q?ad=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/components/spacevim_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/components/spacevim_install.sh b/scripts/components/spacevim_install.sh index 8fbbbc8..9fe14ef 100644 --- a/scripts/components/spacevim_install.sh +++ b/scripts/components/spacevim_install.sh @@ -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