adam-coates / nvim-calendar

add and view calendar events from google calendar nvim. Leveraging the python Google api system to get and add google calendar events.
2 stars 0 forks source link

Prevent double buffering opening #1

Open adam-coates opened 1 month ago

adam-coates commented 1 month ago
  1. When navigating calendar months with j / k multiple splits occurs.
  2. When opening events from the calendar selection a new split happens

This can be annoying and should instead replace the current buffer split.

adam-coates commented 1 month ago