mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:10:05 +08:00
Update doc
This commit is contained in:
parent
df5392899e
commit
d334d0637f
22
README.md
22
README.md
@ -68,15 +68,17 @@ The easist way is to download [install.cmd](https://spacevim.org/install.cmd) an
|
|||||||
|
|
||||||
### Project layout
|
### Project layout
|
||||||
|
|
||||||
├─ autoload/SpaceVim/api/ APIs
|
```txt
|
||||||
├─ autoload/SpaceVim/layers/ layers
|
├─ autoload/SpaceVim/api/ APIs
|
||||||
├─ autoload/SpaceVim/plugins/ plugins
|
├─ autoload/SpaceVim/layers/ layers
|
||||||
├─ autoload/SpaceVim/mapping/ mapping guide
|
├─ autoload/SpaceVim/plugins/ plugins
|
||||||
├─ doc/SpaceVim.txt help
|
├─ autoload/SpaceVim/mapping/ mapping guide
|
||||||
├─ docs/ website
|
├─ doc/SpaceVim.txt help
|
||||||
├─ wiki/ wiki
|
├─ docs/ website
|
||||||
├─ bin/ executeable
|
├─ wiki/ wiki
|
||||||
└─ test/ tests
|
├─ bin/ executeable
|
||||||
|
└─ test/ tests
|
||||||
|
```
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
@ -123,3 +125,5 @@ Bitcoin: 1DtuVeg81c2L9NEhDaVTAAbrCR3pN5xPFv
|
|||||||
- [Rafael Bodill](https://github.com/rafi) and his vim-config
|
- [Rafael Bodill](https://github.com/rafi) and his vim-config
|
||||||
- [Bailey Ling](https://github.com/bling) and his dotvim
|
- [Bailey Ling](https://github.com/bling) and his dotvim
|
||||||
- authors of all the plugins used in SpaceVim.
|
- authors of all the plugins used in SpaceVim.
|
||||||
|
|
||||||
|
<!-- vim:set nowrap: -->
|
||||||
|
@ -2094,3 +2094,6 @@ As SpaceVim use above bookmarks mappings, so you can not use `a`, `m`, `n`, `p`
|
|||||||
[textobj-user]: https://github.com/kana/vim-textobj-user
|
[textobj-user]: https://github.com/kana/vim-textobj-user
|
||||||
|
|
||||||
[textobj-multiblock]: https://github.com/osyo-manga/vim-textobj-multiblock
|
[textobj-multiblock]: https://github.com/osyo-manga/vim-textobj-multiblock
|
||||||
|
|
||||||
|
|
||||||
|
<!-- vim:set nowrap: -->
|
||||||
|
Loading…
Reference in New Issue
Block a user