1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:50:06 +08:00

docs(scrollbar): update doc of scrollbar

This commit is contained in:
wsdjeg 2022-11-12 20:36:21 +08:00
parent f81873a6ad
commit 39750dec56
2 changed files with 9 additions and 7 deletions

View File

@ -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/). - **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. - **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 - **Better experience:** rewrite core plugins using lua
- **Beautiful UI:** you'll love the awesome UI and its useful features. - **Beautiful UI:** you'll love the awesome UI and its useful features.
- **Mnemonic key bindings:** key binding guide will be displayed automatically - **Mnemonic key bindings:** key binding guide will be displayed automatically

View File

@ -129,13 +129,15 @@ packages tuned by power users and bugs are fixed quickly.
## Highlighted features ## Highlighted features
- **Great documentation:** access documentation in SpaceVim with `:h SpaceVim`. - **Modularization:** plugins and functions are organized in [layers](https://spacevim.org/layers/).
- **nice UI:** you'll love the awesome UI and its useful features. - **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 - **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) - **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. - **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 terminal and gui
- **Consistent experience:** consistent experience between Vim and NeoVim
## Screenshots ## Screenshots
@ -589,8 +591,8 @@ Read `:h 'mouse'` for more info.
### Scrollbar ### Scrollbar
The scrollbar is disabled by default. To enable the scrollbar, The scrollbar requires floating window of neovim or popup of vim8. It is disabled by default.
you need to change `enable_scrollbar` option in [ui layer](../layers/ui/). To enable the scrollbar, you need to change `enable_scrollbar` option in [ui layer](../layers/ui/).
``` ```
[[layers]] [[layers]]