mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:30:05 +08:00
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
SpaceVim's repository has too many files, which are structured as follows:
|
|
|
|
```txt
|
|
├─ .ci/ build automation
|
|
├─ .github/ issue/PR templates
|
|
├─ .SpaceVim.d/ project specific configuration
|
|
├─ after/ overrule or add to the distributed defaults
|
|
├─ 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
|
|
├─ colors/ default colorscheme
|
|
├─ docker/ docker image generator
|
|
├─ bundle/ bundle plugins
|
|
├─ doc/ help(cn/en)
|
|
├─ docs/ website(cn/en)
|
|
├─ wiki/ wiki(cn/en)
|
|
├─ bin/ executable
|
|
└─ test/ tests
|
|
```
|