1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 04:10:05 +08:00
SpaceVim/bundle/scrollbar.vim
2024-08-04 11:14:55 +08:00
..
plugin refactor(scrollbar): detach scrollbar 2024-07-30 18:53:14 +08:00
test test(scrollbar): fix scrollbar task 2024-08-04 10:13:17 +08:00
README.md docs(scrollbar): update requirements 2024-08-04 11:14:55 +08:00

scrollbar.vim

scrollbar.vim is floating scrollbar plugin for vim and neovim.

GPLv3 License

scrollbar

Requirements

  • Vim: exists('*popup_create')
  • Neovim: exists('*nvim_open_win')

Installation

  1. Using scrollbar.vim in SpaceVim:
[[layers]]
  name = 'ui'
  enable_scrollbar = true
  1. Using scrollbar.vim without SpaceVim:
Plug 'wsdjeg/scrollbar.vim'

Feedback

The development of this plugin is in SpaceVim/bundle/scrollbar.vim directory.

If you encounter any bugs or have suggestions, please file an issue in the issue tracker