itchyny / calendar.vim

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

where are events and all user inputs saved? #197

Closed lh6210 closed 2 years ago

lh6210 commented 2 years ago

Hi there, If I switch to another laptop, is there a way for me to git push one specific folder of calendar so that all of my history could be fetched later on whichever device I am using?

itchyny commented 2 years ago

Refer to :h g:calendar_cache_directory.

lh6210 commented 2 years ago

The default directory is ~/.cache/calendar.vim/.

Thanks!