lewis6991 / satellite.nvim

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

perf: incremental updates #45

Open lewis6991 opened 1 year ago

lewis6991 commented 1 year ago

Updates no longer refresh every handler

justinmk commented 1 year ago

I noticed that / search on some files (filetype=css) can hang for a few seconds, any chance this PR is related?

lewis6991 commented 1 year ago

How do you mean related? Are you running this PR?

I'm not sure if I'll merge this, because we basically need a full redraw anyway on any fold changes, so the benefits of incremental updates is pretty small.

justinmk commented 1 year ago

How do you mean related? Are you running this PR?

I mean is this PR intended to fix related behavior? Haven't tried this PR.

lewis6991 commented 1 year ago

No. This plugin is very filetype agnostic, so its interesting your seeing issues with specific filetypes.

If you can provide a repro, I can look into it.