mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
1.6 KiB
1.6 KiB
This is the project layout of SpaceVim org:
Repo name | Description |
---|---|
SpaceVim/SpaceVim | SpaceVim main repo |
SpaceVim/unite-ctags | A fork of voi/unite-ctags |
SpaceVim/gtags.vim | SpaceVim tags layer: gtags.vim |
SpaceVim/cscope.vim | A cscope plugin for vim/neovim |
SpaceVim/vim-swig | Swig vim syntax highlighting |
SpaceVim/vim-luacomplete | lua complete plugin for vim |
SpaceVim/unite-unicode | Unite.vim plugin to insert unicode gyphs |
In the main repo, the layout is:
├─ autoload/SpaceVim/api/ APIs
├─ autoload/SpaceVim/layers/ layers
├─ autoload/SpaceVim/plugins/ plugins
├─ autoload/SpaceVim/mapping/ mapping guide
├─ doc/SpaceVim.txt help
├─ docs/ website
├─ wiki/ wiki
├─ bin/ executeable
└─ test/ tests