yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

Popup UI: performance issue after long session #112

Closed yatli closed 4 years ago

yatli commented 4 years ago

Disabling it works around the lag.

yatli commented 4 years ago

Problem alleviated with a modified ObservableCollection with batch add functionality.