1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00
This commit is contained in:
wsdjeg 2017-02-15 23:49:16 +08:00
parent 529363eb81
commit 21cf6b3a09
4 changed files with 24 additions and 0 deletions

1
docs/404.md Normal file
View File

@ -0,0 +1 @@
sorry...

7
docs/api/file.md Normal file
View File

@ -0,0 +1,7 @@
---
title: "file api"
---
## values
## functions

7
docs/api/system.md Normal file
View File

@ -0,0 +1,7 @@
---
title: "system api"
---
## values
## functions

View File

@ -15,6 +15,7 @@ title: "Documentation"
- [multiple leader mode](#multiple-leader-mode)
- [Custom configuration](#custom-configuration)
- [Layers](https://spacevim.org/layers)
- [APIs](#apis)
# Features
@ -481,6 +482,14 @@ let g:spacevim_custom_plugins = [
nnoremap <c-l> :Ydc<cr>
```
## APIs
SpaceVim provide many public apis, you can use this apis in your plugins. here is the list of all the apis:
nanme | description
----- | ------------------
file |
system |
<!-- plublic links -->