dhruvasagar / vim-dotoo

Org-mode like task logging & time tracking in Vim
558 stars 27 forks source link

Change agenda span from day to week or month is too slow. #103

Closed cstsunfu closed 3 weeks ago

cstsunfu commented 3 years ago

Hi, I am very glad to see that you have recently spent time on this plugin, thanks for your awesome job.

I want to know the reason while this plugin changed the agenda view span from day to week will spend so long time.

dhruvasagar commented 3 years ago

@cstsunfu Probably the implementation is slow, I have noticed it. There's been an update to the logic, that checks for repeatable dates if they are applicable for the given date. I'll try to optimise this.

Gavinok commented 3 years ago

Speaking of it being slow(I kinda get that vim is far from fast) is there a way to set it to default to a month view?

dhruvasagar commented 3 years ago

@Gavinok now you can ^

Gavinok commented 3 years ago

Thanks man you are the best!