obcat / vim-sclow

:space_invader: Text-based scrollbar for Vim
https://zenn.dev/obcat/articles/2020-12-vim-sclow
MIT License
34 stars 4 forks source link

Feature Request: add signs to the scroll column #11

Open alfred2g opened 4 months ago

alfred2g commented 4 months ago

Hi,

Is it possible to add signs on the scroll column? such as search results, git changes, warnings, errors etc?

Examples in neovim(can't find anything similar in regular vim)

https://github.com/lewis6991/satellite.nvim https://github.com/dstein64/nvim-scrollview https://github.com/petertriho/nvim-scrollbar

Thanks

obcat commented 2 months ago

Hi, thank you for your comment.

That sould be possible but needs a lot of changes. Let me see if anyone else needs that feature.