diff --git a/README.md b/README.md index a608f8928..0575edfbe 100644 --- a/README.md +++ b/README.md @@ -68,15 +68,17 @@ The easist way is to download [install.cmd](https://spacevim.org/install.cmd) an ### Project layout - ├─ 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 +```txt +├─ 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 +``` ### 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. + + diff --git a/docs/documentation.md b/docs/documentation.md index f4b12fee5..c4ea2a9dd 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -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 + + +