b0o / incline.nvim

🎈 Floating statuslines for Neovim, winbar alternative
MIT License
764 stars 14 forks source link

debounce initial refresh for faster setup #8

Closed syphar closed 2 years ago

syphar commented 2 years ago

first of all, thank you for this plugin!

Using it I found that it slowed down my initial nvim startup/setup time by ~14ms, which seemed odd for a plugin like this. This change defers the initial draw of the Winline and brought the setup-time down to 1-2ms.

Looking through the history of these lines (specifically 752a84b33d535eaa0551dbb5a20244495f12e361 and 48ceec2df7122545c6c657497387def728985d32 ) I couldn't see a reason why deferring this should be a problem.

I'm happy to apply any needed changes.

b0o commented 2 years ago

Looks good, thank you very much!