Back to Spacevim

scrollbar.vim

bundle/scrollbar.vim/README.md

2.4.01.1 KB
Original Source

scrollbar.vim

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

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

Requirements

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

Installation

  1. Using scrollbar.vim in SpaceVim:
toml
[[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