1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00

Add bootstrap function link to quick guide (#4213)

This commit is contained in:
Wang Shidong 2021-04-17 13:46:35 +08:00 committed by GitHub
parent d4a217141b
commit 1796a22812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,8 @@ SpaceVim 的默认配置文件为 `~/.SpaceVim.d/init.toml`。下面为一简单
merged = false
```
如果需要使用 Vim 脚本对 SpaceVim 进行设置,可以阅读[启动函数](../documentation/#启动函数)章节。
## 在线教程
以下主要为 SpaceVim 的基本使用教程,侧重于各种语言开发环境的搭建,可以理解为 SpaceVim 用户文档的精简版,主要包括以下内容:

View File

@ -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: