mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Add api
This commit is contained in:
parent
529363eb81
commit
21cf6b3a09
1
docs/404.md
Normal file
1
docs/404.md
Normal file
@ -0,0 +1 @@
|
||||
sorry...
|
7
docs/api/file.md
Normal file
7
docs/api/file.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "file api"
|
||||
---
|
||||
|
||||
## values
|
||||
|
||||
## functions
|
7
docs/api/system.md
Normal file
7
docs/api/system.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "system api"
|
||||
---
|
||||
|
||||
## values
|
||||
|
||||
## functions
|
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user