calendar-vim
calendar-vim copied to clipboard
Feat/review year month week
fixed https://github.com/hotoo/calendar-vim/issues/1
- Yearly file.
- Monthly file
- Weekly file
- Add
g:calendar_weeknm = 6to display week numberW01 - Add
g:calenday_diary_path_patternto define yearly file path. - Add
g:calenday_weekly_path_patternto define yearly file path. - Add
g:calenday_monthly_path_patternto define yearly file path. - Add
g:calenday_yearly_path_patternto define yearly file path. - Add
g:calendar_focus_typeto set difference focus types. - Add
g:calendar_wnmrulerto set weeknm ruler.
fixed #33
close #40
@mattn review this PR please.