lewis6991 / satellite.nvim

Decorate scrollbar for Neovim
MIT License
557 stars 21 forks source link

feat: add marks handler #5

Closed smoka7 closed 2 years ago

lewis6991 commented 2 years ago

Similar to how we handle folds (https://github.com/lewis6991/satellite.nvim/blob/d79f99810e09ca2e1f27c49d066655a5d1fe5654/lua/satellite.lua#L912-L920), we will need to refresh everytime a mark is added or deleted.

smoka7 commented 2 years ago

Take a another look. I think it's ready