mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:10:05 +08:00
Add bootstrap function link to quick guide (#4213)
This commit is contained in:
parent
d4a217141b
commit
1796a22812
@ -124,6 +124,8 @@ SpaceVim 的默认配置文件为 `~/.SpaceVim.d/init.toml`。下面为一简单
|
|||||||
merged = false
|
merged = false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
如果需要使用 Vim 脚本对 SpaceVim 进行设置,可以阅读[启动函数](../documentation/#启动函数)章节。
|
||||||
|
|
||||||
## 在线教程
|
## 在线教程
|
||||||
|
|
||||||
以下主要为 SpaceVim 的基本使用教程,侧重于各种语言开发环境的搭建,可以理解为 SpaceVim 用户文档的精简版,主要包括以下内容:
|
以下主要为 SpaceVim 的基本使用教程,侧重于各种语言开发环境的搭建,可以理解为 SpaceVim 用户文档的精简版,主要包括以下内容:
|
||||||
|
@ -117,6 +117,9 @@ an example for basic usage of SpaceVim. For more info, please checkout [document
|
|||||||
merged = false
|
merged = false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you want to use vim script to configure SpaceVim, please checkout the
|
||||||
|
[bootstrap function](../documentation/#bootstrap-functions) section.
|
||||||
|
|
||||||
## Online tutor
|
## Online tutor
|
||||||
|
|
||||||
This is a list of online tutor for using SpaceVim as general IDE and programming language support:
|
This is a list of online tutor for using SpaceVim as general IDE and programming language support:
|
||||||
|
Loading…
Reference in New Issue
Block a user