From 1796a22812ad0ea960f11ed28fcff72d30d6f00e Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Sat, 17 Apr 2021 13:46:35 +0800 Subject: [PATCH] Add bootstrap function link to quick guide (#4213) --- docs/cn/quick-start-guide.md | 2 ++ docs/quick-start-guide.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/cn/quick-start-guide.md b/docs/cn/quick-start-guide.md index bab2ceb65..01ab8d156 100644 --- a/docs/cn/quick-start-guide.md +++ b/docs/cn/quick-start-guide.md @@ -124,6 +124,8 @@ SpaceVim 的默认配置文件为 `~/.SpaceVim.d/init.toml`。下面为一简单 merged = false ``` +如果需要使用 Vim 脚本对 SpaceVim 进行设置,可以阅读[启动函数](../documentation/#启动函数)章节。 + ## 在线教程 以下主要为 SpaceVim 的基本使用教程,侧重于各种语言开发环境的搭建,可以理解为 SpaceVim 用户文档的精简版,主要包括以下内容: diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index 05299bbe2..c33c28693 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -117,6 +117,9 @@ an example for basic usage of SpaceVim. For more info, please checkout [document merged = false ``` +If you want to use vim script to configure SpaceVim, please checkout the +[bootstrap function](../documentation/#bootstrap-functions) section. + ## Online tutor This is a list of online tutor for using SpaceVim as general IDE and programming language support: