lewis6991 / satellite.nvim

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

fix: catch up the change of Neovim HEAD #49

Closed delphinus closed 1 year ago

delphinus commented 1 year ago

Now nvim_win_text_height returns a table instead of the height itself.

See https://github.com/neovim/neovim/pull/24365

delphinus commented 1 year ago

ah, in main branch this is already fixed. ;)