j-hui / fidget.nvim

💫 Extensible UI for Neovim notifications and LSP progress messages.
MIT License
1.95k stars 58 forks source link

feat!: overhaul animation configuration #251

Open j-hui opened 2 months ago

j-hui commented 2 months ago

This is still a work in progress and needs more thought.

Goals of this overhaul are:

At the moment, animations are just a mess of types. Maybe it's time to introduce a proper Anime class/interface with methods and everything.

When this lands I will release it as part of V2.

Closes #161