lewis6991 / satellite.nvim

Decorate scrollbar for Neovim
MIT License
542 stars 20 forks source link

Doesn't work with Neovim v0.9 #62

Closed Angelchev closed 8 months ago

Angelchev commented 8 months ago

Describe the bug The help documentation says the minimal Neovim requirement is v0.9 or greater, but the plugin only works with v0.10+.

To Reproduce Steps to reproduce the behavior:

  1. Install neovim v0.9
  2. Make sure the plugin is installed.
  3. Run neovim v0.9
  4. See error satellite.nvim only supports nvim 0.10 and newer

Expected behavior The plugin should load correctly.

Additional context The minimal required Neovim version likely needs to be bumped to v0.10+ in the help docs.