itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 71 forks source link

request to hide the summary in the day view #215

Closed JJJHolscher closed 1 year ago

JJJHolscher commented 1 year ago

image This summary (everything below "Friday" and above 8:00 in the example picture) is taking up a bunch of space, preventing me from seeing as much of the day as I would want to. I request the ability to toggle this on or off. I'm willing to do some work myself but cannot easily find the place to edit (I guess it's somewhere in autoload/calendar/constructor/view_days.vim? But I cannot easily find it.)

JJJHolscher commented 1 year ago

I set let self.view.dayheight = 3 on line 35 in autoload/calendar/constructor/view_days.vim which got the desired result for me