1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:00:04 +08:00

Update doc

This commit is contained in:
wsdjeg 2017-12-21 20:23:03 +08:00
parent df5392899e
commit d334d0637f
2 changed files with 16 additions and 9 deletions

View File

@ -68,6 +68,7 @@ The easist way is to download [install.cmd](https://spacevim.org/install.cmd) an
### Project layout
```txt
├─ autoload/SpaceVim/api/ APIs
├─ autoload/SpaceVim/layers/ layers
├─ autoload/SpaceVim/plugins/ plugins
@ -77,6 +78,7 @@ The easist way is to download [install.cmd](https://spacevim.org/install.cmd) an
├─ wiki/ wiki
├─ bin/ executeable
└─ test/ tests
```
### Features
@ -123,3 +125,5 @@ Bitcoin: 1DtuVeg81c2L9NEhDaVTAAbrCR3pN5xPFv
- [Rafael Bodill](https://github.com/rafi) and his vim-config
- [Bailey Ling](https://github.com/bling) and his dotvim
- authors of all the plugins used in SpaceVim.
<!-- vim:set nowrap: -->

View File

@ -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-multiblock]: https://github.com/osyo-manga/vim-textobj-multiblock
<!-- vim:set nowrap: -->