From 39750dec568acc99e4bbf546ddcfe06620fa64ad Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sat, 12 Nov 2022 20:36:21 +0800 Subject: [PATCH] docs(scrollbar): update doc of scrollbar --- README.md | 2 +- docs/documentation.md | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 999753748..68e7d645e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The latest release [v2.0.0](https://spacevim.org/SpaceVim-release-v2.0.0/) was r - **Modularization:** plugins and functions are organized in [layers](https://spacevim.org/layers/). - **Compatible api:** a series of [compatible APIs](https://spacevim.org/api/) for Vim/Neovim. -- **Great documentation:** online [documentation](spacevim.org/documentation/) and `:h SpaceVim`. +- **Great documentation:** online [documentation](https://spacevim.org/documentation/) and `:h SpaceVim`. - **Better experience:** rewrite core plugins using lua - **Beautiful UI:** you'll love the awesome UI and its useful features. - **Mnemonic key bindings:** key binding guide will be displayed automatically diff --git a/docs/documentation.md b/docs/documentation.md index 332c712f4..398d33306 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -129,13 +129,15 @@ packages tuned by power users and bugs are fixed quickly. ## Highlighted features -- **Great documentation:** access documentation in SpaceVim with `:h SpaceVim`. -- **nice UI:** you'll love the awesome UI and its useful features. +- **Modularization:** plugins and functions are organized in [layers](https://spacevim.org/layers/). +- **Compatible api:** a series of [compatible APIs](https://spacevim.org/api/) for Vim/Neovim. +- **Great documentation:** online [documentation](https://spacevim.org/documentation/) and `:h SpaceVim`. +- **Better experience:** rewrite core plugins using lua +- **Beautiful UI:** you'll love the awesome UI and its useful features. - **Mnemonic key bindings:** key binding guide will be displayed automatically - **Fast boot time:** Lazy-load 90% of plugins with [dein.vim](https://github.com/Shougo/dein.vim) - **Lower the risk of RSI:** by heavily using the space bar instead of modifiers. -- **Batteries included:** discover hundreds of ready-to-use packages nicely organised in configuration layers following a set of [conventions](http://spacevim.org/conventions/). -- **Consistent experience:** consistent experience between Vim and NeoVim +- **Consistent experience:** consistent experience between terminal and gui ## Screenshots @@ -589,8 +591,8 @@ Read `:h 'mouse'` for more info. ### Scrollbar -The scrollbar is disabled by default. To enable the scrollbar, -you need to change `enable_scrollbar` option in [ui layer](../layers/ui/). +The scrollbar requires floating window of neovim or popup of vim8. It is disabled by default. +To enable the scrollbar, you need to change `enable_scrollbar` option in [ui layer](../layers/ui/). ``` [[layers]]