2022-03-22 21:46:15 +08:00
|
|
|
SpaceVim's repository has too many files, which are structured as follows:
|
2018-06-19 21:04:14 +08:00
|
|
|
|
|
|
|
```txt
|
|
|
|
├─ .ci/ build automation
|
|
|
|
├─ .github/ issue/PR templates
|
|
|
|
├─ .SpaceVim.d/ project specific configuration
|
2022-03-22 21:46:15 +08:00
|
|
|
├─ after/ overrule or add to the distributed defaults
|
2018-06-19 21:04:14 +08:00
|
|
|
├─ autoload/SpaceVim.vim SpaceVim core file
|
|
|
|
├─ autoload/SpaceVim/api/ Public APIs
|
|
|
|
├─ autoload/SpaceVim/layers/ available layers
|
|
|
|
├─ autoload/SpaceVim/plugins/ buildin plugins
|
|
|
|
├─ autoload/SpaceVim/mapping/ mapping guide
|
2022-03-22 21:46:15 +08:00
|
|
|
├─ colors/ default colorscheme
|
|
|
|
├─ docker/ docker image generator
|
|
|
|
├─ bundle/ bundle plugins
|
2018-06-19 21:04:14 +08:00
|
|
|
├─ doc/ help(cn/en)
|
|
|
|
├─ docs/ website(cn/en)
|
|
|
|
├─ wiki/ wiki(cn/en)
|
|
|
|
├─ bin/ executable
|
|
|
|
└─ test/ tests
|
|
|
|
```
|