1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

docs(wiki): update project layout page

This commit is contained in:
wsdjeg 2022-03-22 21:46:15 +08:00
parent 96980eb68c
commit 298e3356cf
2 changed files with 6 additions and 19 deletions

View File

@ -1,31 +1,18 @@
This is the project layout of SpaceVim org:
| Repo name | Description |
| ------------------------------------------------------------------------- | -------------------------------------------------------- |
| [SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim) | SpaceVim main repo |
| [SpaceVim/Ctrlp-extensions](https://github.com/SpaceVim/Ctrlp-extensions) | Ctrlp extensions used in ctrlp layer |
| [SpaceVim/Unite-sources](https://github.com/SpaceVim/Unite-sources) | Unite sources used in unite layer |
| [SpaceVim/Denite-sources](https://github.com/SpaceVim/Denite-sources) | Denite sources used in denite layer |
| [SpaceVim/unite-ctags](https://github.com/SpaceVim/unite-ctags) | A fork of voi/unite-ctags |
| [SpaceVim/gtags.vim](https://github.com/SpaceVim/gtags.vim) | SpaceVim tags layer: gtags.vim |
| [SpaceVim/cscope.vim](https://github.com/SpaceVim/cscope.vim) | A cscope plugin for vim/neovim |
| [SpaceVim/vim-swig](https://github.com/SpaceVim/vim-swig) | Swig vim syntax highlighting |
| [SpaceVim/vim-luacomplete](https://github.com/SpaceVim/vim-luacomplete) | lua complete plugin for vim |
| [SpaceVim/unite-unicode](https://github.com/SpaceVim/unite-unicode) | Unite.vim plugin to insert unicode gyphs |
| [SpaceVim/vim-material](https://github.com/SpaceVim/vim-material) | Vim colorscheme inspired by equinusocio's Material Theme |
| [wsdjeg/vim-lookup](https://github.com/wsdjeg/vim-lookup) | A fork of mhinz/vim-lookup, base on SpaceVim API |
In the main repo, the layout is:
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)

View File

@ -1,7 +1,7 @@
## Steps of sending a PR
1. fork this repo
2. checkout new branch from dev branch
2. checkout a new branch from master
3. push your commits
4. sending pull request